zustand-store-ts
SolidCreate Zustand stores following established patterns with proper TypeScript types and middleware.
Install
Quality Score: 97/100
Skill Content
Details
- Author
- davila7
- Repository
- davila7/claude-code-templates
- Created
- 11 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
zustand-store-ts
Create Zustand stores following established patterns with proper TypeScript types and middleware.
zustand-store-ts
Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation. Use when building React state management, creating global stores, or implementing reactive state patterns with Zustand.
zustand-store-ts
Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation. Use when building React state management, creating global stores, or implementing reactive state patterns with Zustand.
zustand
Zustand state management patterns including store creation, middleware, persistence, slices, and DevTools integration.
state-zustand-beast-practices
Zustand — simple global state without prop drilling, store modularity, selectors, avoiding unnecessary re-renders. Patterns for slice-stores creation, middleware (immer, persist, devtools), TypeScript typing, testing. Activate when creating a new store, refactoring state management, or for questions "how to properly organize Zustand".