solid/compose-with-tanstack-store
OfficialCompose Solid Table with external TanStack Store atoms.
Software Engineering#solid#tanstack table#atoms#useSelector#reactive state#tanstack store#table subscriptions
AuthorTanStack
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill solves the challenge of integrating TanStack Solid Table state with TanStack Store so your table can share, isolate, and read state slices predictably across components.
Core Features & Use Cases
- External atom ownership for shared state: Provide
atoms: { ... }to let multiple parts of your app coordinate on a single pagination/sorting/etc. source of truth. - Three Solid-friendly read surfaces: Use
table.atoms.<slice>for fine-grained reactive reads,table.storefor snapshot-style access, andtable.state()for Solid-idiomatic selector reads. - Targeted subscriptions with shallow comparison: Use
useSelector(with optionalshallowcompare) ortable.Subscribefor isolated rendering boundaries that avoid over-subscribing.
Quick Start
Provide external atoms in your createTable call via the atoms option for the slices you want to own, then read them using table.atoms.<slice>.get() or table.state() in tracked Solid scopes.
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: solid/compose-with-tanstack-store Download link: https://github.com/TanStack/table/archive/main.zip#solid-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.