Docs
Code Rabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
Sentry
Prisma
Strapi
Unkey
UI.dev
Code Rabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
Sentry
Prisma
Strapi
Unkey
UI.dev
Debouncer API Reference
Throttler API Reference
Rate Limiter API Reference
Queue API Reference
Batcher API Reference
Getting Started

Installation

TanStack Pacer is compatible with various front-end frameworks. Install the corresponding adapter for your framework using your preferred package manager:

react: @tanstack/react-pacer solid: @tanstack/solid-pacer angular: @tanstack/angular-pacer

Each framework package re-exports everything from the core @tanstack/pacer package, so there is no need to install the core package separately.

Note

If you are not using a framework, you can install the core @tanstack/pacer package directly for use with vanilla JavaScript.

React

Devtools

Developer tools are available using TanStack Devtools. Install the devtools adapter and the Pacer devtools plugin as dev dependencies to inspect and monitor your pacers.

Solid

Devtools

Developer tools are available using TanStack Devtools. Install the devtools adapter and the Pacer devtools plugin as dev dependencies to inspect and monitor your pacers.

bash
npm i @tanstack/react-devtools
npm i @tanstack/react-pacer-devtools
npm i @tanstack/react-devtools
npm i @tanstack/react-pacer-devtools

React

See the devtools documentation for more information on how to set up and use the Pacer devtools.

Solid

See the devtools documentation for more information on how to set up and use the Pacer devtools.