You can install TanStack Pacer with any NPM package manager.
Only install one of the following packages depending on your use case:
npm install @tanstack/react-pacer
npm install @tanstack/react-pacer
TanStack Pacer is compatible with React v16.8+
npm install @tanstack/solid-pacer
npm install @tanstack/solid-pacer
TanStack Pacer is compatible with Solid v1.9.5+
npm install @tanstack/pacer
npm install @tanstack/pacer
Install the the core @tanstack/pacer package to use with any framework or without a framework. Each framework package up above will also re-export everything from this core package.
Important
There's no need to install the @tanstack/pacer core package if you've already installed one of the above framework packages.
To use the devtools for debugging and monitoring, install both the framework devtools and the Pacer devtools packages:
npm install @tanstack/react-devtools @tanstack/react-pacer-devtools
npm install @tanstack/react-devtools @tanstack/react-pacer-devtools
npm install @tanstack/solid-devtools @tanstack/solid-pacer-devtools
npm install @tanstack/solid-devtools @tanstack/solid-pacer-devtools
See the devtools documentation for more information on how to set up and use the Pacer devtools.
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.