BMAD-METHOD/.claude/rules/react-mobx-cursorrules-prom.../mobx-store-implementation.mdc

8 lines
321 B
Plaintext

---
description: Guidelines for implementing MobX stores for application state management.
globs: src/stores/**/*.ts
---
- Implement stores for managing application state.
- Utilize computed values for derived state.
- Use actions for modifying observable state.
- Implement proper error handling in asynchronous actions.