Store 最佳实践
使用说明
- 阅读 Store 最佳实践指南 了解设计规则
- 严格参照 best-practice-examples/ 中的代码结构生成代码
- 完成后使用 检查清单 逐项验证
重要: 实现时必须严格遵循 best-practice-examples 中的结构;Store 只负责跨组件共享状态,组件私有状态用 useState
Must follow when 使用 Zustand 创建或重构状态管理 Store,确保遵循 slice 模式、Provider 设置和类型安全规范。
npx skillmds@latest add forge-town/forge-store-best-practice 重要: 实现时必须严格遵循 best-practice-examples 中的结构;Store 只负责跨组件共享状态,组件私有状态用 useState
forge-town/skills/tree/main/skills/forge_store-best-practice commit fa013e526a