zustand
SKILL.md
Zustand Skill
When to use
- Shared client-only state across multiple components.
- UI coordination state (dialogs, panels, filters, view modes).
Workflow checklist
- Confirm the state ownership: client-only UI state vs server-synced state.
- Keep stores small; avoid mixing unrelated concerns.
- Use selectors to limit rerenders.
- Avoid putting secrets or privileged data in client stores.
- SSR: ensure state initialization doesn’t break hydration.
Weekly Installs
4
Repository
huynhsang2005/b…tanstackFirst Seen
Jan 22, 2026
Security Audits
Installed on
trae2
claude-code2
opencode1