Nextjs Tanstack Hooks

Enforces hook development conventions for this Next.js project: file structure, TanStack Query patterns, query key factory, typing, and anti-pattern prevention. Use when creating, modifying, or reviewing custom React hooks in src/hooks/, or when user mentions "new hook", "create a hook", "add useQuery hook", "fix hook pattern", "review my hook", "migrate hook", or "hook anti-patterns". Do NOT use for general React component development or non-hook utilities. Do NOT use for client state management (Zustand, Redux, Recoil, Jotai).

amunozdev 47b9e4b 2 files · 12.2 KB Updated

File contents

amunozdev/nextjs-tanstack-hooks/tree/main/ commit 47b9e4bfc2

Frequently asked questions

npx skillmds@latest add amunozdev/nextjs-tanstack-hooks