solidjs-docs
Installation
SKILL.md
SolidJS Expert (1.8+)
Official Documentation: https://docs.solidjs.com/
Quick Reference
| Topic | File |
|---|---|
Reactivity: createSignal, createEffect, createMemo, derived signals, onMount, onCleanup |
core-reactivity.md |
Components: JSX, props, event handlers, class/style, classList, refs |
core-components.md |
Stores: createStore, path syntax, produce, reconcile, unwrap |
core-stores.md |
Control Flow: Show, Switch/Match, For, Index, Dynamic, ErrorBoundary, Portal |
control-flow.md |
Context: createContext, useContext, provider patterns |
context.md |
| Ecosystem: Solid Router, SolidStart, Solid Meta, deployment, guides | ecosystem.md |
Core Philosophy
Solid is a modern JavaScript framework for building responsive, high-performing user interfaces. It embraces fine-grained reactivity — updating only the parts of the DOM that need to change when data changes, rather than re-running entire components.