zustand

- Shared client-only state across multiple components.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "zustand" with this command: npx skills add huynhsang2005/blog-tanstack/huynhsang2005-blog-tanstack-zustand

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

frontend-code-review

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

chrome-devtools-mcp

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

feature-dev

No summary provided by upstream source.

Repository SourceNeeds Review
General

framer-motion

No summary provided by upstream source.

Repository SourceNeeds Review