claude md file updated

This commit is contained in:
Jun-te Kim 2026-05-06 16:08:37 +00:00
parent 7ece33b7b6
commit 2c8336a6d6

View file

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