mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
claude md file updated
This commit is contained in:
parent
7ece33b7b6
commit
2c8336a6d6
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
- **Avoid `useEffect` and `useMemo`.** Derive values inline, use Server Components + Route Handlers, event handlers. If a hook is genuinely the only option, flag it and ask before using it.
|
||||
|
||||
- Instead of raw fetch use reactQuery to allow handling of mutations
|
||||
- Instead of raw fetch use useQuery to allow handling of mutations
|
||||
|
||||
## Next.js 15 route handlers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue