Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youngjuning/zustand-cn.js.org
Zustand 中文文档
https://github.com/youngjuning/zustand-cn.js.org
react reactjs redux
Last synced: about 2 months ago
JSON representation
Zustand 中文文档
- Host: GitHub
- URL: https://github.com/youngjuning/zustand-cn.js.org
- Owner: youngjuning
- License: mit
- Created: 2023-05-26T10:19:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T00:54:49.000Z (4 months ago)
- Last Synced: 2024-09-18T04:44:05.363Z (4 months ago)
- Topics: react, reactjs, redux
- Language: TypeScript
- Homepage: https://zustand-cn.js.org
- Size: 372 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zustand
![zustand](https://cdn.jsdelivr.net/gh/youngjuning/images@main/1685097219333.png)
使用简化的通量原理的小型、快速和可扩展的 bearbones 状态管理解决方案。有一个基于钩子的舒适 API,不是样板式的或固执己见的。
不要因为它可爱而忽视它。它有很多爪子,很多时间花在处理常见的陷阱上,比如可怕的[僵尸孩子问题](https://react-redux.js.org/api/hooks#stale-props-and-zombie-children)、[反应并发](https://github.com/bvaughn/rfcs/blob/useMutableSource/text/0000-use-mutable-source.md)和混合渲染器之间的[上下文丢失](https://github.com/facebook/react/issues/13332)。它可能是 React 空间中的唯一状态管理器,可以正确处理所有这些问题。
## 安装
```sh
# NPM
npm install zustand# Yarn
yarn add zustand
```