Snapshotmain · a2b40db
Templates compile into render functions whose reactive dependencies schedule precise renderer updates.
Click a building or route
System map7 components · 8 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
Render effectA reactive computation that renders one component and reruns when its dependencies change.
How to study this repo
- 1Mount the root
Trace createApp from the DOM wrapper into component creation and renderer mount.
- 2Compile one template
Follow DOM transforms through core compilation into a component render function.
- 3Change one ref
Track a reactive trigger through scheduling and the renderer patch.