Skip to content
/ query Public
forked from TanStack/query

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

License

Notifications You must be signed in to change notification settings

riqts/query

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

Folders and files

NameName
Last commit message
Last commit date
Dec 28, 2023
Jan 5, 2024
Jan 21, 2024
Jan 24, 2024
Jan 13, 2024
Oct 22, 2023
Jan 22, 2024
Jan 6, 2024
Dec 26, 2023
Sep 10, 2019
Aug 1, 2023
Dec 26, 2023
Sep 23, 2022
Jan 5, 2024
Dec 25, 2023
Dec 30, 2023
Dec 26, 2023
Nov 25, 2023
Oct 8, 2022
Jan 6, 2024
Nov 15, 2023
Jan 8, 2024
Dec 30, 2023
Jan 15, 2024
Jan 17, 2024
Dec 1, 2023
Nov 15, 2023
Jan 5, 2024

Repository files navigation

TanStack Query Header

Hooks for fetching, caching and updating asynchronous data in React, Solid, Svelte and Vue

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

Enjoy this library? Try the entire TanStack! TanStack Table, TanStack Router, TanStack Virtual, React Charts, React Ranger

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

Still on React Query v2? No problem! Check out the v2 docs here: https://github.com/TanStack/query/tree/2.x/docs/src/pages/docs.
Still on React Query v3? No problem! Check out the v3 docs here: https://tanstack.com/query/v3/docs/.
Still on React Query v4? No problem! Check out the v4 docs here: https://tanstack.com/query/v4/docs/.

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

About

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.6%
  • JavaScript 4.4%
  • Other 1.0%