zustand

📁 pproenca/dot-skills 📅 Jan 29, 2026
28
总安装量
28
周安装量
#7361
全站排名
安装命令
npx skills add https://github.com/pproenca/dot-skills --skill zustand

Agent 安装分布

claude-code 23
opencode 22
codex 20
gemini-cli 19
github-copilot 17

Skill 文档

Community Zustand Best Practices

Comprehensive performance and architecture guide for Zustand state management in React applications. Contains 43 rules across 8 categories, prioritized by impact from critical (store architecture, selector optimization) to incremental (advanced patterns).

When to Apply

Reference these guidelines when:

  • Creating new Zustand stores
  • Optimizing re-render performance with selectors
  • Implementing persistence or middleware
  • Integrating Zustand with SSR/Next.js
  • Reviewing code for state management patterns

Rule Categories by Priority

Priority Category Impact Prefix
1 Store Architecture CRITICAL store-
2 Selector Optimization CRITICAL select-
3 Re-render Prevention HIGH render-
4 State Updates MEDIUM-HIGH update-
5 Middleware Configuration MEDIUM mw-
6 SSR and Hydration MEDIUM ssr-
7 TypeScript Patterns LOW-MEDIUM ts-
8 Advanced Patterns LOW adv-

Quick Reference

1. Store Architecture (CRITICAL)

2. Selector Optimization (CRITICAL)

3. Re-render Prevention (HIGH)

4. State Updates (MEDIUM-HIGH)

5. Middleware Configuration (MEDIUM)

6. SSR and Hydration (MEDIUM)

7. TypeScript Patterns (LOW-MEDIUM)

8. Advanced Patterns (LOW)

How to Use

Read individual reference files for detailed explanations and code examples:

Reference Files

File Description
references/_sections.md Category definitions and ordering
assets/templates/_template.md Template for new rules
metadata.json Version and reference information