Source
The complete framework, one page per file, shown in full with syntax highlighting. Every line ships exactly as written here.
Reactive.js
the self-contained reactive framework
Dom.js
the DOM target: the lexical element scope and the reconciler
Network.js
the HTTP client: Network.Web.Client.Request + its driver
Animate.js
the animation clock: Animate.Real + its shared-frame driver
Content.js
the content primitives (text, headings, panels, code)
Layout.js
the layout primitives (rows, columns, stretch, width, scroll)
Button.js
buttons that write to state on click
Input.js
the editor's input controls (one flat tier, no labels)
Maths.js
reactive mirror of the PHP `Maths` module (composite types)
Text.js
the Text type (a native string) and its functions
Collection.js
generic array / optional / union access (the library layer)
Context.js
RETIRED
Calendar.js
hand-authored reactive Calendar helpers (date formatting)