TanStack Pacer is compatible with various front-end frameworks. Install the corresponding adapter for your framework using your preferred package manager:
npm i @tanstack/react-pacerpnpm add @tanstack/react-paceryarn add @tanstack/react-pacerbun add @tanstack/react-pacerEach framework package re-exports everything from the core @tanstack/pacer package, so there is no need to install the core package separately.
If you are not using a framework, you can install the core @tanstack/pacer package directly for use with vanilla JavaScript.
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.
npm i @tanstack/react-devtools
npm i @tanstack/react-pacer-devtoolspnpm add @tanstack/react-devtools
pnpm add @tanstack/react-pacer-devtoolsyarn add @tanstack/react-devtools
yarn add @tanstack/react-pacer-devtoolsbun add @tanstack/react-devtools
bun add @tanstack/react-pacer-devtoolsSee the devtools documentation for more information on how to set up and use the Pacer devtools.