Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 1.45 KB

README.MD

File metadata and controls

69 lines (50 loc) · 1.45 KB

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