The machinery under every component. These pages lean on why and how to use, not line-by-line mechanics — the load-bearing decisions are called out inline as Why it works this way notes.
- Instantiable & the instance model — the base every behaviour extends.
- The lifecycle —
boot → afterBoot → init, and what belongs in each. - Traits — how a component composes many capabilities at once.
- The Globals registry — the runtime registry and its external API.
- The AssetLoader pipeline — how a selector becomes a loaded, running component.
- Two-phase loading — Crucial, Deferred, and the performance story.
- Sub-components &
HasX— how a host discovers and drives what's inside it.