Learn Continuum by doing
Short, checked exercises. Write code, hit Check, move on when it turns green. Open the Compiled tab any time to see what your JSX becomes — no re-renders, just pinpoint DOM updates.
Basics →
State, derived values, and rendering — the core loop.
Streams →
Events as first-class values: fold, hold, merge, sample.
DOM & components →
Components, attribute bindings, Show, Each, Dynamic, context.
Patterns →
Real features in a few lines: filter, totals, undo, a todo form.
Async →
Talk to the network as values: perform, resource, races solved.
Router →
The URL as a value: routes, links, params, nested layouts.
Forms →
Inputs without boilerplate: bind, validate, derive, gate submit.