Skip to content

Commit

Permalink
docs: add trpc to examples (#38272)
Browse files Browse the repository at this point in the history
## Documentation / Examples

- [x] Make sure the linting passes by running `pnpm lint`
- [x] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)

Nice to have nextjs up to date always!

Co-authored-by: Balázs Orbán <18369201+balazsorban44@users.noreply.github.com>
  • Loading branch information
zorrolisto and balazsorban44 committed Jul 8, 2022
1 parent 34e296b commit 65ea43f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/with-trpc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Next.js + tRPC

## Next.js + tRPC + Prisma starter

- https://github.com/trpc/examples-next-prisma-starter

## Next.js + tRPC + Prisma starter with websockets

- https://github.com/trpc/examples-next-prisma-starter-websockets

## Next.js + tRPC minimal implementation

- https://github.com/trpc/examples-next-minimal-starter

0 comments on commit 65ea43f

Please sign in to comment.