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

rliljest/query

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

34f1e8c · Aug 28, 2023
Jun 14, 2023
Jul 31, 2023
Aug 24, 2023
Jun 27, 2023
Jul 18, 2022
Aug 28, 2023
Aug 1, 2023
Dec 30, 2022
Jul 18, 2022
Sep 10, 2019
Aug 1, 2023
Jul 16, 2023
Sep 23, 2022
Aug 1, 2023
Jan 15, 2023
Jun 12, 2023
Jan 10, 2023
Jun 12, 2023
Oct 8, 2022
Jul 21, 2023
Jun 14, 2023
Nov 6, 2021
Nov 1, 2022
Jun 12, 2023
Aug 1, 2023
Aug 15, 2023
Jan 8, 2023
Jun 12, 2023
Jun 14, 2023
Mar 20, 2023
Apr 24, 2023
Oct 2, 2022

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/.

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)

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

Packages

No packages published

Languages

  • TypeScript 99.4%
  • Other 0.6%