svelte/compose-with-tanstack-store
OfficialBuild reactive TanStack Table state in Svelte
Software Engineering#svelte#reactivity#subscription#tanstack table#state composition#store atoms#createTable
AuthorTanStack
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill solves the problem of wiring TanStack Table v9 state (sorting, pagination, filters, row selection, etc.) into Svelte reactivity without getting confused about atoms, selectors, and subscriptions.
Core Features & Use Cases
- Understand the state surfaces: use table.atoms.<slice>, table.store, and table.state with the right level of reactivity.
- Compose with Store atoms correctly: subscribe with subscribeTable, project with createTable selectors, or own slices externally with createAtom.
- Avoid common pitfalls: prevent mixing atoms.<slice> with state.<slice>, ensure stable atom creation, and read selector outputs via .current.
Quick Start
Ask the assistant to explain how to subscribe to table.atoms.pagination in a Svelte component using subscribeTable so only pageSize updates trigger reactive UI changes.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: svelte/compose-with-tanstack-store Download link: https://github.com/TanStack/table/archive/main.zip#svelte-compose-with-tanstack-store Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.