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

  1. Confirm the state ownership: client-only UI state vs server-synced state.
  2. Keep stores small; avoid mixing unrelated concerns.
  3. Use selectors to limit rerenders.
  4. Avoid putting secrets or privileged data in client stores.
  5. SSR: ensure state initialization doesn’t break hydration.
Weekly Installs
4
First Seen
Jan 22, 2026
Installed on
trae2
claude-code2
opencode1