Skip to content

主流状态管理库源码实现(用于学习和实践)

License

Notifications You must be signed in to change notification settings

L-Qun/state-management-collection

Repository files navigation

State Management Collection

State Management Collection

GitHub Actions status code style: prettier Tested with Jest PRs Welcome

项目中包含:

  • 状态管理库 —— Zustand/Jotai/Valtio/TanStack Query 实现
  • 完整的项目配置
  • 文档站实现
  • 大量的案例代码

以及完善的注释用来学习和实践。

使用

安装:

pnpm install

打包:

pnpm run build

运行单元测试:

pnpm run test

格式化

pnpm run prettier

eslint

pnpm run eslint

类型检查

pnpm run typecheck

发布库

pnpm run release