Skip to content
forked from TanStack/query

⚛️ Hooks for fetching, caching and updating asynchronous data in React

License

Notifications You must be signed in to change notification settings

HunSupp/react-query

This branch is 2161 commits behind TanStack/query:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 31, 2021
Apr 24, 2021
May 11, 2020
Feb 23, 2021
Dec 14, 2020
Jun 28, 2021
Jun 11, 2021
Jun 16, 2021
Aug 5, 2021
Jun 5, 2021
Dec 14, 2020
Jul 12, 2021
Feb 12, 2021
Dec 14, 2020
Aug 5, 2021
Jul 10, 2020
Sep 12, 2020
Feb 26, 2020
Sep 10, 2019
Apr 13, 2021
Sep 10, 2019
Dec 14, 2020
Oct 10, 2020
Oct 10, 2020
Nov 9, 2019
Mar 8, 2021
Dec 14, 2020
Dec 14, 2020
Jun 28, 2021
Jun 28, 2020
Jun 28, 2021
Jun 5, 2021
Jun 28, 2021
Apr 29, 2021

Repository files navigation

React Query Header

Hooks for fetching, caching and updating asynchronous data in React

#TanStack semantic-release Join the discussion on Github Best of JS Gitpod Ready-to-Code

Enjoy this library? Try the entire TanStack! React Table, React Form, React Charts

Visit react-query.tanstack.com for docs, guides, API and more!

Still on React Query v2? No problem! Check out the v2 docs here: https://react-query-v2.tanstack.com/.

Quick Features

  • Transport/protocol/backend agnostic data fetching (REST, GraphQL, promises, whatever!)
  • Auto Caching + Refetching (stale-while-revalidate, Window Refocus, Polling/Realtime)
  • Parallel + Dependent Queries
  • Mutations + Reactive Query Refetching
  • Multi-layer Cache + Automatic Garbage Collection
  • Paginated + Cursor-based Queries
  • Load-More + Infinite Scroll Queries w/ Scroll Recovery
  • Request Cancellation
  • React Suspense + Fetch-As-You-Render Query Prefetching
  • Dedicated Devtools
  • (depending on features imported)

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Tanner Linsley

💻 🤔 💡 🚧 👀

Andrew Cherniavskii

💻 🐛

Thibaut Tiberghien

📖

Rohit Garg

🔧

Avinash

💻 🐛

Jason O'Neill

🚧 ⚠️

Jack Zhao

💻 🐛

dpyzo0o

💻

Jelte Liekens

💻

Jen Gettings

💻

Justin

💻

Marcelo Alves

💻

Zorza

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

About

⚛️ Hooks for fetching, caching and updating asynchronous data in React

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.1%
  • JavaScript 0.9%