solid/compose-with-tanstack-devtools
OfficialRegister Solid tables in TanStack Devtools
Software Engineering#debugging#devtools#solid#tanstack table#datagrid#reactive lifecycle#table instrumentation
AuthorTanStack
Version1.0.0
Installs0
System Documentation
What problem does it solve?
TanStack Devtools can’t display the state of your Solid table unless you correctly wire the table instance into the Devtools host, making it hard to inspect filters, sorting, selection, and other behaviors during development.
Core Features & Use Cases
- Mount Devtools once: Connect the Solid Table adapter to the TanStack Devtools multi-panel UI at the app root.
- Register each table instance: Call the hook after every createTable so each table becomes a selectable inspection target in Devtools.
- Track reactive lifecycles safely: Automatically registers and unregisters targets based on Solid reactive scope, including cleanup via reactive owner teardown.
- Use cases: Debugting datagrid interactions in Solid apps, validating table feature behavior (sorting/filtering/grouping/selection), and comparing multiple tables on the same page.
Quick Start
Add the Devtools host plugin at your Solid app root with <TanStackDevtools plugins={[tableDevtoolsPlugin()]} />, then call useTanStackTableDevtools(table, "Your Table Name") immediately after each createTable.
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-devtools Download link: https://github.com/TanStack/table/archive/main.zip#solid-compose-with-tanstack-devtools 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.