|
---
|
|
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/ |