Install the adapter for your framework with 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 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.
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.
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.
react: @tanstack/react-devtools react: @tanstack/react-pacer-devtools solid: @tanstack/solid-devtools solid: @tanstack/solid-pacer-devtools
See the devtools page for setup and usage.
See the devtools page for setup and usage.