How ursprung routes and builds
This tour uses live routes on the demo. It also builds one fixture inside this Worker.
Nested layouts
Open /demo/app/settings. The router composes Root, then App, then Settings.
Two public builds
Press Build the fixture. This isolate runs the in-Worker build, then Dynamic Workers serve the inner app.
local build
A machine ran the local build. Cloudflare serves this Worker.
demo host
This Worker calls the in-Worker build. It loads WorkerCode with Dynamic Workers.
fixture
The in-Worker build made a stylesheet. This peek does not serve it.
Auth
Open /demo/auth. A person can create an identity, sign in, and start OpenID Connect.
Reactive query
Open /demo/notes-live/acme. A client component writes a reactive query.
Server function
Open /demo/rpc. A client component calls a server function. The first print is idle.
Clicks: 0