react-query@3.39.3
// Hooks for managing, caching and syncing asynchronous and remote data in React
$ npm install react-query
downloads/wk
1,587,054
license
MIT
version
3.39.3
published
Jan 25, 2023
What is react-query?
React-Query is a library that provides hooks for fetching, caching, and updating data from remote sources in React applications. It handles common challenges like synchronizing server state with your UI, managing loading and error states, and avoiding unnecessary network requests through intelligent caching. Developers use it to simplify asynchronous data handling and reduce boilerplate code when working with APIs.
Links
Dependencies (3)
Maintainers
tannerlinsley, tkdodo