3 projects
TanStack Query is an async state management library for fetching, caching, synchronizing, and updating server state in web apps. It abstracts the lifecycle of asynchronous data with declarative queries and mutations, supporting any data source (REST, GraphQL, promises) across React, Vue, Svelte, Solid, and Angular.
TanStack Table is a headless, framework-agnostic datagrid library that supplies table logic—sorting, filtering, grouping, aggregation, pagination, and row selection—while leaving all markup and styling to the developer. It ships adapters for React, Vue, Solid, Svelte, Angular, and Lit.
TanStack Form is a headless, framework-agnostic form state library for managing complex forms with full TypeScript typing, reactive field hooks, and synchronous/asynchronous validation. You bring your own UI while it handles form state, validation, and workflows.