solid/compose-with-tanstack-query
OfficialDrive Solid tables from TanStack Query
Software Engineering#state management#data grid#server-side pagination#tanstack-query#tanstack-table#solid-js#reactive atoms
AuthorTanStack
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill solves the challenge of building a server-driven TanStack Solid Table where pagination, sorting, and filtering must be fetched asynchronously without flickering or losing table state between requests.
Core Features & Use Cases
- Server-side data flow: lifts pagination, sorting, and filtering into Solid atoms and uses them to drive queries.
- Reactive query-key wiring: keys
useQueryon atom accessors so updates automatically trigger refetches. - Stable UX for page transitions: uses
keepPreviousDataso the table doesn’t briefly render as empty while loading. - Manual control correctness: sets
manualPagination(and related manual flags) so the table doesn’t re-slice already-paginated rows. - Table metadata support: feeds
data.rowsanddata.rowCountvia reactive getters so page controls and page counts work properly.
Quick Start
Ask your AI agent to implement the Solid adapter pattern that connects @tanstack/solid-table to @tanstack/solid-query using module-scope atoms, keepPreviousData, manualPagination, and reactive getters for data and rowCount.
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-query Download link: https://github.com/TanStack/table/archive/main.zip#solid-compose-with-tanstack-query 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.