React Impl Data Fetching

Use when fetching data from APIs, managing server state, implementing loading and error states, or choosing a data fetching strategy. Prevents the common mistake of fetching in useEffect without proper caching or race condition handling. Covers TanStack Query, useQuery, useMutation, Suspense, React 19 use() hook, caching, optimistic updates, pagination. Keywords: TanStack Query, useQuery, useMutation, fetch, use(), server state, Axios, API call, fetch data, loading spinner, how to call API, server state, caching API..

Impertio-Studio a7e41dd 4 files · 47.6 KB Updated

File contents

Impertio-Studio/React-Claude-Skill-Package/tree/main/skills/source/react-impl/react-impl-data-fetching commit a7e41dd279

Frequently asked questions

npx skillmds@latest add impertio-studio/react-impl-data-fetching