solid/compose-with-tanstack-query

Official

Drive Solid tables from TanStack Query

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 useQuery on atom accessors so updates automatically trigger refetches.
  • Stable UX for page transitions: uses keepPreviousData so 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.rows and data.rowCount via 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 required

Components

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.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.