@tanstack/react-query@5.101.2
// Hooks for managing, caching and syncing asynchronous and remote data in React
$ npm install @tanstack/react-query
downloads/wk
55,214,364
license
MIT
version
5.101.2
published
Jun 27, 2026
What is @tanstack/react-query?
React Query is a library that provides hooks for fetching, caching, and synchronizing data from remote sources in React applications. It handles common data-fetching challenges like request deduplication, stale data updates, and background refetching so you don't have to manage these concerns manually. Developers use it to reduce boilerplate code and improve application performance when working with server data.
Links
Dependencies (1)
Maintainers
tannerlinsley, alemtuzlak, kevinvandy