TanStack Query Core - TanStack Query Core for Async State Management
Manages async state through promises and query caching
Tags
Updated: 2026-02-24Typical Inputs
Typical Outputs
What this skill does
- define query options
- configure caching behavior
- organize query factories
- manage query keys
Inputs
- query configuration
- query parameters
- cache settings
- stale time
Outputs
- query results
- cached data
- loading states
- error states
Requirements
- React environment
- Promise-based async operations
