Skip to content

Files

Latest commit

b76b0ef · Apr 13, 2025

History

History

solid-query

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 3, 2025
Apr 2, 2025
Jan 27, 2025
Apr 13, 2025
Jan 27, 2025
Apr 9, 2025
Oct 22, 2023
Apr 12, 2025
Jan 27, 2025
Jan 27, 2025
Jul 24, 2023
Apr 9, 2025

TanStack Query Header

Hooks for fetching, caching and updating asynchronous data in Solid

#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

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

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
  • Suspense + Fetch-As-You-Render Query Prefetching
  • Dedicated Devtools