# Installation

You can install TanStack Store with any [NPM](https://npmjs.com) package manager.

## React

```sh
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](https://tlinz.com/discord).

## Preact

```sh
npm install @tanstack/preact-store
```

TanStack Store is compatible with Preact 10+.

## Vue

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

TanStack Store is compatible with Vue 2 and 3.

## Angular

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

TanStack Store is compatible with Angular 19+

## SolidJS

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

TanStack Store is compatible with Solid and SolidStart.

## Svelte

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

TanStack Store is compatible with Svelte 5.
