React Query
What is It?

Network state management for react. Hooks for fetching, sending async data.

What is It?

Network state management for react. Hooks for fetching, sending async data.

What is A Hook?

Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class.

- From React Docs

 
Features
  • Offline Support
  • Pagination
  • Scroll Recovery
  • Filtering 
  • Search
  • Infinite Loading
  • Query Retries
  • Placeholder Data
  • Auto Refetching
 
Features, cont.
  • Batch Queries
  • Focus Fetching
  • Prefetching
  • Polling/Realtime Fetching
  • Devtools
  • Query Caching
  • Background updates
 
React Query Overview

React Query makes fetching, caching, synchronizing and updating server state in your React applications faster and simpler. With features such as filtering, infinite loading, pagination, query retries, query catching, auto refetching, and many other features that make React Query one of the hottest tools on the market.