본문으로 건너뛰기

설치

어떤 NPM 패키지 매니저로도 TanStack Store를 설치할 수 있습니다.

React

npm install @tanstack/react-store

TanStack Store는 React v16.8 이상과 호환되며, 현재는 ReactDOM하고만 호환됩니다. React Native 어댑터 개발에 기여하려면 Discord로 문의해 주시기 바랍니다.

Preact

npm install @tanstack/preact-store

TanStack Store는 Preact 10 이상과 호환됩니다.

Vue

npm install @tanstack/vue-store

TanStack Store는 Vue 2 및 3과 호환됩니다.

Angular

npm install @tanstack/angular-store

TanStack Store는 Angular 19 이상과 호환됩니다.

SolidJS

npm install @tanstack/solid-store

TanStack Store는 Solid 및 SolidStart와 호환됩니다.

Svelte

npm install @tanstack/svelte-store

TanStack Store는 Svelte 5와 호환됩니다.

Lit

npm install @tanstack/lit-store

TanStack Store는 Lit 3과 호환됩니다.

Octane

npm install @tanstack/octane-store

TanStack Store는 Octane 0.1.21과 호환됩니다.