managing-application-state
Installation
SKILL.md
Managing Application State
Zustand for client state + React Query for server state = optimal state management.
Zustand (Client State)
Installation
npm install zustand
Basic Store
import { create } from 'zustand';