solid/migrate-v8-to-v9
OfficialMigrate Solid Table apps to v9 safely
Software Engineering#state management#migration#breaking changes#tanstack table#solid-js#feature registration#row models
AuthorTanStack
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you upgrade from @tanstack/solid-table v8 to v9 by walking you through the key breaking changes so your tables compile and behave correctly after the migration.
Core Features & Use Cases
- Adapter API migration: Rename createSolidTable to createTable and adjust required inputs for v9.
- Feature and row-model refactor: Register _features via tableFeatures(...) and move all getRowModel options into _rowModels using createRowModel factories.
- State model update for Solid: Use atom-based ownership via atoms or Solid-idiomatic reactive state patterns (including table.state() accessor semantics).
Quick Start
Update each v8 table incrementally by renaming createSolidTable to createTable, introducing _features with tableFeatures(...), moving every getRowModel option into _rowModels, and switching sortingFn to sortFn while adopting per-slice onChange or atoms.
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/migrate-v8-to-v9 Download link: https://github.com/TanStack/table/archive/main.zip#solid-migrate-v8-to-v9 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.