solid-core-overview
Installation
SKILL.md
solid-core-overview
Quick Reference
Version Matrix
| Package | Version | Status | Notes |
|---|---|---|---|
solid-js |
1.x (1.8+) | Stable | Fine-grained reactivity, signals, stores, effects, SSR, streaming |
solid-js |
2.0 | Beta | Microtask batching, async first-class, onSettled replaces onMount |
@solidjs/start |
0.x | Deprecated | Used createServerData$, createServerAction$ — NEVER use for new projects |
@solidjs/start |
1.0 | Stable | Uses "use server" directive, built on Vinxi/Vite/Nitro |
@solidjs/router |
< 0.15 | Legacy | Used cache function (now deprecated) |
@solidjs/router |
0.15+ | Stable | Introduced query (replaces cache), current API |