TanStack Query
Powerful async state management for server data — caching, background refetching, pagination, and optimistic updates.
Formerly React Query, TanStack Query abstracts the fetch-cache-sync lifecycle with useQuery and useMutation hooks. It automatically deduplicates requests, caches responses, refetches stale data in the background, and handles loading/error states. Adapters exist for React, Vue, Solid, Svelte, and Angular.
// commonly used with
Declarative UI library from Meta for building component-based web interfaces.
React framework with file-based routing, SSR, SSG, and API routes — the standard for production …
Full-stack React framework built on web standards — loaders, actions, and nested routing with …
Progressive JavaScript framework for building UIs — approachable, flexible, and incrementally …
Full-stack Vue framework with SSR, file-based routing, and auto-imports — the standard way to …
Fine-grained reactive UI library — no virtual DOM, JSX compiled to real DOM operations, with …
Compiler-based UI framework — no virtual DOM, components compile to vanilla JS for minimal …
// related libraries
Promise-based HTTP client for the browser and Node.js — interceptors, automatic JSON …
TypeScript-first schema declaration and validation — parse untrusted data and infer static …