Skip to main content
The 2024 Developer Survey results are live! See the results

React Query is hooks-based library for integrating data fetching into React function components

TanStack Query provides powerful asynchronous state management, server-state utilities and data fetching for the web.

Installation

npm install @tanstack/react-query
pnpm add @tanstack/react-query
yarn add @tanstack/react-query

Links