| name | zustand |
| description | A small, fast and scalable bearbones state-management solution using simplified flux principles. Has a comfy API based on hooks, isn't boilerplatey or opinionated. WHEN: make http requests. Triggers: |
zustand
A small, fast and scalable bearbones state-management solution using simplified flux principles. Has a comfy API based on hooks, isn't boilerplatey or opinionated.
When to Use
When NOT to Use
- Projects using Python or Rust (different ecosystem)
Quick Start
Install
npm install zustand
Project Info
- Language: TypeScript, JavaScript
- License: MIT
- Tests: Yes
File Structure
├── docs/
│ ├── learn/
│ ├── reference/
│ ├── bear.jpg
│ ├── favicon.ico
│ └── index.md
├── examples/
│ ├── demo/
│ └── starter/
├── src/
│ ├── middleware/
│ ├── react/
│ ├── vanilla/
│ ├── index.ts
│ ├── middleware.ts
│ ├── react.ts
│ ├── shallow.ts
│ ├── traditional.ts
│ ├── types.d.ts
│ └── vanilla.ts
Generated by repo2skill