Examples
A few small, self-contained programs. Each one mounts into a plain element on the page with a single script tag, and nothing else. Every one runs the real framework live on its own page.
Counter →
The smallest reactive program: a piece of state, an event that sets it, and a button whose label follows it.
Tasks →
A small task list: a two-way input for adding items and a reactive collection that renders each one, keeping rows across adds and removals.
Temperature →
A two-way converter driven by a single reversible calculation: edit Celsius or Fahrenheit and the other follows, all without event wiring.
Loading →
A value that isn't ready is locked; the lock rides up to a Loading boundary that shows a spinner and clears on its own, all without async plumbing.