nitestackN
tRPC3y ago
6 replies
nitestack

Next.js app router + TRPC...how to set it up?

Note
You can already use tRPC with app directory, by:
>
- using @trpc/client directly in components (both RSC and non-RSC)
- use @trpc/next for client components

I saw this written in the readme of the example-next-app-dir

What does this mean? How can I set it up?
Was this page helpful?