记录生活,分享技术
状态管理(至少掌握一种)Redux(经典)
Store / Reducer / Action
Redux Toolkit(现代推荐)
thunk 异步
reselect
Context API(轻量)现代状态库(工程常用)
Zustand
Recoil
Jotai
MobX(了解)