This topic created in 1861 days ago, the information mentioned may be changed or developed.
我在 flutter 中开始接触 redux,但是我发现 redux 里 state 任意一个属性变化了,就会导致整个 state 树被刷新,所有的使用到 state 的 widget 都会触发刷新
请问这个是正常的吗?如果不正常有没有什么规避的方式
1 replies • 2021-03-26 16:36:13 +08:00
 |
|
1
cnwan Mar 26, 2021
配合 Immutable 应该可以规避
|