Zustand
Zustand
Zustand 是一个非常时髦的状态管理库,也是 2021 年 Star 增长最快的 React 状态管理库。它的理念非常函数式,API 设计的很优雅,值得学习。Zustand 可以作为 NPM 上的一个包来使用:
# NPM
npm install zustand
# Yarn
yarn add zustand
Links
- https://cloud.tencent.com/developer/article/1956768 精读《zustand 源码》