花了大半天时间,选择困难症,选哪个好呢?
举报· 403 次点击
登录 注册 站外分享
28 条回复  
himeson 小成 2024-6-5 00:11:12
现在从 ng 换到 react 准确说是 preact 因为有 signals 。以后所有前端状态管理的未来。用了回不去
Wxh16144 小成 2024-5-10 15:07:44
没有最好,只有适合自己的,分享一下蚂蚁设计师闻冰的 zustand 实践吧,我看了他的几个项目颇有收获

1. 为什么是 Zustand https://zhuanlan.zhihu.com/p/591981209
2. 基于 Zustand 的渐进式状态管理实践 https://zhuanlan.zhihu.com/p/592383756

然后去看这位设计工程师的代码组织

1. https://github.com/ant-design/pro-editor
2. https://github.com/ant-design/pro-flow
3. https://github.com/lobehub/lobe-chat/tree/main/src/store
mrwangjustsay 小成 2024-4-24 18:18:08
https://github.com/MrWangJustToDo/reactivity-store  https://i.imgur.com/XzEYBoY.png
oliveira 小成 2024-4-9 11:19:20
如果你熟悉 react hooks 可以试试 hostore: https://github.com/wuwenbang/hostore
wu67 小成 2024-4-2 14:59:21
本来我想说 recoil 的, 这是我在 react 生态用过最好的状态库. 但是上去一艘, 好家伙, 一年多没更新了, 然后发现脸书他们自己的项目以来也跑路去 jotal 了, 我只能说裁员好死....

https://github.com/facebook/sapling/commit/547b205eab16fc78d73ec8edb38b2b2bdc84ddf2
Imindzzz 小成 2024-4-2 14:54:07
createContext useContext
shunia 小成 2024-4-2 14:18:15
context 足够使用,绝大部分情况下不缺那点性能。而且三方库往往心智负担更大,等于是你在一个心智负担最小的框架里,硬塞一个心智负担拉满的库。如非必要,勿增实体,我觉得可以部分用在这里。

如果你实在要用,个人推荐一个小众的 https://github.com/xoidlabs/xoid 。
我觉得各种库没有本质区别,基本上就是看语法喜好而已。
bearboss 小成 2024-4-2 11:07:04
用了 zustand 后来加上 react query 维护了远程状态 发现没啥本地状态需要管理的 用 context 都行
AyaseEri 小成 2024-4-2 10:20:46
OOP 选 mobx ,FP 选 Jotai 。剩下两个不了解。
zzlove 小成 2024-4-2 10:06:35
https://github.com/evolify/tiny
试试这个,用起来很简单
123下一页
返回顶部