TanStack
Getting Started

Installation

Install the adapter for your framework with your preferred package manager:

shell
npm i @tanstack/react-pacer

Each framework package re-exports everything from the core @tanstack/pacer package, so you do not need to install the core package separately.

Note

Not using a framework? Install the core @tanstack/pacer package directly for vanilla JavaScript.

Devtools

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

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

See the devtools page for setup and usage.