Working examples

Small routes that expose one full-stack idea at a time.

Choose a path

Read the concept. Run the route.

Each page pairs a visible result with the framework primitive responsible for it. No external service or environment variable is required.

01Data loading

Route loader

Resolve structured data before the component renders and consume it with route-level type inference.

Open example
02Full stack

Server function

Call server-only Node APIs through a typed function and refresh the result without a hand-written endpoint.

Open example