Examples

Copy-paste apps in the repository:
| Example | What it shows |
|---|---|
| basic-http | Plain get / post / errors |
| tanstack-query | useQuery + useMutation |
| auth-status | Token + 401 / 403 / 404 / 5xx |
| file-upload | Upload + progress |
| sse-live | useSse live stream |
| next-ssr | App Router + ssr-forward |
| trpc | tRPC + createTRPCFetchClient |
Clone the repo and open the matching folder under examples/.
