TanStack Query
RU: TanStack Query
A framework-agnostic server-state library (also known as React Query) for TypeScript/JavaScript that handles fetching, caching, background revalidation, and synchronization of remote data. Its stale-while-revalidate strategy returns cached data immediately and refreshes in the background, and its query-key system enables surgical cache invalidation after mutations.