Next.js app router + TRPC...how to set it up?
Note>
You can already use tRPC with app directory, by:
- usingdirectly in components (both RSC and non-RSC)@trpc/client
- usefor client components@trpc/next
I saw this written in the readme of the example-next-app-dir
What does this mean? How can I set it up?