React TL;DR – a human filter for most useful tech content.

All posts

React Query

React Query – Hooks for fetching, caching and updating asynchronous data in React.  

 

Quick Features

  • Transport, protocol & backend agnostic data fetching
  • Auto Caching + Refetching (stale-while-revalidate, Window Refocus, Polling/Realtime)
  • Parallel + Dependent Queries
  • Mutations + Automatic Query Refetching
  • Multi-layer Cache + Garbage Collection
  • Load-More Pagination + Scroll Recovery
  • React Suspense Support