BMAD-METHOD/.claude/rules/react-query-cursorrules-pro.../react-query-hooks-directory...

6 lines
259 B
Plaintext

---
description: This rule specifies the folder structure and purpose for placing React Query custom hooks in dedicated subdirectories.
globs: src/hooks/**/*.ts
---
- Place query hooks in src/hooks/useQueries/
- Place mutation hooks in src/hooks/useMutations/