zustand-state
Installation
SKILL.md
Zustand State Management
Zustand is a lightweight, fast state management solution perfect for Shopify Remix apps. It's simpler than Redux, more flexible than Context, and works seamlessly with TypeScript.
Why Zustand for Shopify Apps?
- Minimal boilerplate: No providers, no reducers, no actions
- TypeScript-first: Full type inference out of the box
- Small bundle: ~1KB gzipped
- Remix-friendly: Works with SSR without hydration issues
- Selective re-renders: Components only re-render when their selected state changes
Installation
npm install zustand