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