TanStack Store
Reactive store guidance for state, atoms, selectors, batching, async state, and framework adapters.
TanStack Store is alpha. Confirm core and adapter versions.
Workflow
- Inspect installed TanStack packages and exact versions.
- Read the foundation reference and the adapter reference for the detected framework.
- Topic references are indexes. Choose one guide or section for the task; follow its prerequisite links only when needed.
- Prefer installed package types and version-matched source guidance over memory.
- Preserve headless/core behavior when translating examples to a framework adapter.
Task routing
- Foundations — Core Store, atoms, selectors, batching, and async state.
- React adapter — React-specific setup and behavior.
- Preact adapter — Preact-specific setup and behavior.
- Solid adapter — Solid-specific setup and behavior.
- Svelte adapter — Svelte-specific setup and behavior.
- Vue adapter — Vue-specific setup and behavior.
- Angular adapter — Angular-specific setup and behavior.
- Lit adapter — Lit-specific setup and behavior.
- Octane adapter — Octane-specific setup and behavior.
Framework routing
- React — detect
@tanstack/react-store. Read React adapter. - Preact — detect
@tanstack/preact-store. Read Preact adapter. - Solid — detect
@tanstack/solid-store. Read Solid adapter. - Svelte — detect
@tanstack/svelte-store. Read Svelte adapter. - Vue — detect
@tanstack/vue-store. Read Vue adapter. - Angular — detect
@tanstack/angular-store. Read Angular adapter. - Lit — detect
@tanstack/lit-store. Read Lit adapter. - Octane — detect
@tanstack/octane-store. Read Octane adapter.
Source status
Official documentation from TanStack/store, matched to these verified release inputs: @tanstack/store@0.11.1.
See source provenance for exact upstream inputs and deduplication records.