Guides

These long-form guides walk through building common apps using the same route-first patterns and API vocabulary used across these docs.

How These Guides Work

  • Start with a route shell and a small global route store.
  • Add component routes inside stable file routes so the URL map stays calm.
  • Keep multiple sources of truth so each screen can move at its own speed.

If you want the canonical reference for the primitives used below, keep the API Reference page open while you work:

App Builds

What to Read First

Authors

  • Learn about the guide authors: Authors