https://github.com/trpc/examples-next-big-router
https://github.com/trpc/examples-next-big-router
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trpc/examples-next-big-router
- Owner: trpc
- Created: 2022-09-17T16:45:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T15:40:05.000Z (about 1 year ago)
- Last Synced: 2025-05-13T00:09:37.916Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://github.com/trpc/trpc/tree/next/examples/next-big-router
- Size: 106 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an example to preview how the DX is when making a big router with tRPC v10.
It has a `postinstall`-script that generates 700 procedures (which you can modify in `scripts/codegen.ts`).
```bash
git clone git@github.com:trpc/examples-v10-next-big-router.git
cd examples-v10-next-big-router
yarn && code . && yarn dev
```