Forge Store Best Practice

Must follow when 使用 Zustand 创建或重构状态管理 Store,确保遵循 slice 模式、Provider 设置和类型安全规范。

forge-town fa013e5 8 files · 17.1 KB Updated

File contents

Store 最佳实践

使用说明

  1. 阅读 Store 最佳实践指南 了解设计规则
  2. 严格参照 best-practice-examples/ 中的代码结构生成代码
  3. 完成后使用 检查清单 逐项验证

重要: 实现时必须严格遵循 best-practice-examples 中的结构;Store 只负责跨组件共享状态,组件私有状态用 useState

forge-town/skills/tree/main/skills/forge_store-best-practice commit fa013e526a

Frequently asked questions

npx skillmds@latest add forge-town/forge-store-best-practice