Guides
Practical guides that apply a single endpoint schema to real application scenarios.
| Guide | What it covers |
|---|---|
| SSR / CSR Pattern | Use the same endpoint schema with different executors on server and client |
| TanStack Query | Derive typed queryOptions / mutationOptions from your router |
| Custom Executor | Integrate ky, got, or your own HTTP client with createExecutor |
| Error Handling | Handle ValidationError, HttpError, AxiosError and normalize across transports |
| Mocking with MSW | Generate typed MSW v2 handlers from a RouterDef |
Need an API signature? See the API Reference. Choosing a transport? See Executors.
Last updated on