Installation

You can install TanStack Store with any NPM package manager.

React

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

TanStack Store is compatible with React v16.8+ and is currently only compatible with ReactDOM only. If you would like to contribute to the React Native adapter, please reach out to us on Discord.

Vue

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

TanStack Store is compatible with Vue 2 and 3.

Angular

sh
npm install @tanstack/angular-store
npm install @tanstack/angular-store

TanStack Store is compatible with Angular 19+

SolidJS

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

TanStack Store is compatible with Solid and SolidStart.

Svelte

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

TanStack Store is compatible with Svelte 5.