diff --git a/CLAUDE.md b/CLAUDE.md index e35dd11..588730b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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