Installation

You can install TanStack DB with any NPM package manager.

Only install one of the following packages depending on your use case:

React

sh
npm install @tanstack/react-db
npm install @tanstack/react-db

TanStack DB is compatible with React v16.8+

Solid

sh
npm install @tanstack/solid-db
npm install @tanstack/solid-db

COMING SOON

Svelte

sh
npm install @tanstack/svelte-db
npm install @tanstack/svelte-db

COMING SOON

Vue

sh
npm install @tanstack/vue-db
npm install @tanstack/vue-db

TanStack DB is compatible with Vue v3.3.0+

Vanilla JS

sh
npm install @tanstack/db
npm install @tanstack/db

Install the the core @tanstack/db package to use with any framework or without a framework. Each framework package up above will also re-export everything from this core package.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.