Start with the right question. Land on the right page.
One search covers the learning path and agent references. Titles, body copy, task keys, packages, and version metadata all participate.
6entries indexed
- 01
Compose request boundaries with Middleware
Separate request middleware from Server Function middleware and compose logging, context, and security checks with next().
- 02
Create a server-only function
Use createServerFn to define a same-origin, type-safe server RPC.
- 03
Create an externally callable Server Route
Build a native HTTP endpoint for third-party callers with explicit status, caching, and safe responses.
- 04
Create your first Start app
Use the official CLI to create a minimal app and locate the route tree, root document, and development server.
- 05
Establish a Start Middleware chain
Define request and function scopes, compose context through next(), and preserve authentication and CSRF boundaries.
- 06
Put external endpoints in a Server Route
Separate application RPC from public HTTP endpoints and use a native Response to express status, body, and cache policy.