AntiPattern

React Query Hook Misuse

react-query-hook-misuse

React Query hooks get misused—undefined initial data, Suspense server-fetch without client hydration, and context-free QueryClient methods—causing type issues, missing/invisible data, and confusing observable counts when components expect different semantics.