zustand-store-ts
SolidCreate 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.
Install
Quality Score: 94/100
Skill Content
Details
- Author
- microsoft
- Repository
- microsoft/skills
- Created
- 4 months ago
- Last Updated
- 2 days ago
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
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 following established patterns with proper TypeScript types and middleware.
zustand-store-ts
Create Zustand stores following established patterns with proper TypeScript types and middleware.
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".