Zustand

Zustand

Zustand是一个非常时髦的状态管理库,也是2021Star增长最快的React状态管理库。它的理念非常函数式,API设计的很优雅,值得学习。Zustand可以作为NPM上的一个包来使用:

# NPM
npm install zustand

# Yarn
yarn add zustand

Links