solid-core-reactivity-model
Installation
SKILL.md
solid-core-reactivity-model
Quick Reference
The Fundamental Mental Model
SolidJS has NO virtual DOM. Components run exactly once to set up a reactive dependency graph. Only reactive expressions (effects, memos, JSX bindings) re-execute when their dependencies change. The DOM is updated directly through reactive bindings — no diffing, no reconciliation, no re-rendering.