From 2c8336a6d68defcacdaa804e6a554027631a2d05 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 6 May 2026 16:08:37 +0000 Subject: [PATCH] claude md file updated --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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