Skip to content

Examples

Every example is a small, complete Vite app living in examples/. Each one runs in the browser via StackBlitz — no local setup — or locally with npm run dev inside the example's folder.

ExampleWhat it showsRun it
CounterThe ten-line core loop: DOM event → FRP network → one patched text nodeStackBlitz · source
TodoKeyed lists (Each/LIS), derived filtering, two-way inputStackBlitz · source
Dataresource: the async state machine, last-request-winsStackBlitz · source
AnimationContinuous time: integral over the rAF clock, warp running 2×StackBlitz · source
Router appNested routes, layouts, params-as-State, guards, lazy chunksStackBlitz · source
ShowcaseA mixed tour of bindings, regions, and contextStackBlitz · source

How the StackBlitz links work

Opened standalone, an example installs the published @continuum-js/* packages from npm. Inside the monorepo the same example resolves the packages to their local sources — so what you see online is exactly the code in the repository.


Unfamiliar term? Every piece of jargon in these docs is explained in the glossary.