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.

/demo/app/settings

Route params

Open /demo/users/ada. The :id segment is params.id.

/demo/users/ada

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.

/demo/auth

Table

Open /demo/table. A client component creates, updates, and removes rows.

/demo/table

Reactive query

Open /demo/notes-live/acme. A client component writes a reactive query.

/demo/notes-live/acme

Server function

Open /demo/rpc. A client component calls a server function. The first print is idle.

/demo/rpc

Clicks: 0

0