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.

Tracking Scope Matrix

Installs
1
GitHub Stars
2
First Seen
Jun 13, 2026
solid-core-reactivity-model — openaec-foundation/solidjs-claude-skill-package