If useQuery and useMutation are the interface, then QueryClient is the brain that powers everything.

This guide covers every method, every property, when to use what, how it works, and what happens behind the scenes.

From @tanstack/react-query







📋 Table of Contents



What is QueryClient?
Architecture Overview
Creating...