# Tanstack Store

> Reactive store guidance for state, atoms, selectors, batching, async state, and framework adapters. Use when a project uses TanStack Store or when the task needs its setup, implementation, debugging, testing, migration, or integration guidance.

- Skill: `lukasa1993/tanstack-store` (Agent Skill, multi-file: 28 files)
- Install (CLI): `npx skillmds@latest add lukasa1993/tanstack-store`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lukasa1993/tanstack-store/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- License: MIT
- Author: lukasa1993 (https://skillmd.com/u/lukasa1993)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lukasa1993/tanstack-store

---

<!-- Generated by scripts/build-groups.mjs. Do not edit directly. -->

# 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

1. Inspect installed TanStack packages and exact versions.
2. Read the foundation reference and the adapter reference for the detected framework.
3. Topic references are indexes. Choose one guide or section for the task; follow its prerequisite links only when needed.
4. Prefer installed package types and version-matched source guidance over memory.
5. Preserve headless/core behavior when translating examples to a framework adapter.

## Task routing

- [Foundations](references/foundations.md) — Core Store, atoms, selectors, batching, and async state.
- [React adapter](references/framework-react.md) — React-specific setup and behavior.
- [Preact adapter](references/framework-preact.md) — Preact-specific setup and behavior.
- [Solid adapter](references/framework-solid.md) — Solid-specific setup and behavior.
- [Svelte adapter](references/framework-svelte.md) — Svelte-specific setup and behavior.
- [Vue adapter](references/framework-vue.md) — Vue-specific setup and behavior.
- [Angular adapter](references/framework-angular.md) — Angular-specific setup and behavior.
- [Lit adapter](references/framework-lit.md) — Lit-specific setup and behavior.
- [Octane adapter](references/framework-octane.md) — Octane-specific setup and behavior.

## Framework routing

- **React** — detect `@tanstack/react-store`. Read [React adapter](references/framework-react.md).
- **Preact** — detect `@tanstack/preact-store`. Read [Preact adapter](references/framework-preact.md).
- **Solid** — detect `@tanstack/solid-store`. Read [Solid adapter](references/framework-solid.md).
- **Svelte** — detect `@tanstack/svelte-store`. Read [Svelte adapter](references/framework-svelte.md).
- **Vue** — detect `@tanstack/vue-store`. Read [Vue adapter](references/framework-vue.md).
- **Angular** — detect `@tanstack/angular-store`. Read [Angular adapter](references/framework-angular.md).
- **Lit** — detect `@tanstack/lit-store`. Read [Lit adapter](references/framework-lit.md).
- **Octane** — detect `@tanstack/octane-store`. Read [Octane adapter](references/framework-octane.md).

## Source status

Official documentation from `TanStack/store`, matched to these verified release inputs: @tanstack/store@0.11.1.

See [source provenance](references/SOURCES.md) for exact upstream inputs and deduplication records.

