TanStack Pacer
Execution-control guidance for debounce, throttle, rate limit, queue, batch, async retry, and framework adapters.
TanStack Pacer is beta. Confirm utility and adapter versions.
Workflow
- Inspect installed TanStack packages and exact versions.
- Read the foundation reference and the adapter reference for the detected framework.
- Topic references are indexes. Choose one guide or section for the task; follow its prerequisite links only when needed.
- Prefer installed package types and version-matched source guidance over memory.
- Preserve headless/core behavior when translating examples to a framework adapter.
Task routing
- Foundations and selection — Installation, quick start, overview, devtools, and utility selection.
- Debounce and throttle — Synchronous and asynchronous debounce/throttle.
- Queue and batch — Synchronous and asynchronous queueing and batching.
- Rate limiting — Synchronous, asynchronous, and server-side rate limiting.
- Async and retry — Async execution and retry behavior.
- React adapter — React-specific setup and behavior.
- Preact adapter — Preact-specific setup and behavior.
- Solid adapter — Solid-specific setup and behavior.
- Angular adapter — Angular-specific setup and behavior.
Framework routing
- React — detect
@tanstack/react-pacer. Read React adapter. - Preact — detect
@tanstack/preact-pacer. Read Preact adapter. - Solid — detect
@tanstack/solid-pacer. Read Solid adapter. - Angular — detect
@tanstack/angular-pacer. Read Angular adapter. - Vanilla — detect
@tanstack/pacer. Read Foundations and selection. Shared guidance; check adapter-specific differences.
Product boundaries
Use these separate product skills when the task crosses their boundary: tanstack-devtools.
Source status
Official documentation from TanStack/pacer, matched to these verified release inputs: @tanstack/pacer@0.22.0.
See source provenance for exact upstream inputs and deduplication records.