1
LeoooY OP |
2
theprimone 2020-05-25 09:09:20 +08:00
我还是用 dva 吧 [手动滑稽]
|
3
LeoooY OP @theprimone 复杂项目还是会用 redux 或者 dva,就是想搞个简单、快速的适合小型项目的状态管理,大佬有没啥想法来个 pr 哇
|
4
theprimone 2020-05-26 09:01:29 +08:00
简单的 useState 和 useReducer 不就够用了吗?另外异步逻辑现在我都基本使用 @umijs/hooks 的 useRequest 来封装了。
|
5
LeoooY OP @theprimone 就是把 useReducer 和 useContext 封装了一下,另外做了个类似于 redux 的 mapStateToProp 的 withContext 来优化 context 更新导致的 re-render
|
6
LeoooY OP 4 年后,来看看自己当初写的玩具
|