If tRPC is decoupled from Next.js, what is the best way to call it from RSC? #1087
Unanswered
trevorpfiz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would https://github.com/t3-oss/create-t3-turbo/blob/main/apps/nextjs/src/trpc/server.ts change if tRPC lived outside Next.js as a separate backend? Would we have to pass an
Authorization
header like the Expo app, or would we directly pass some of the user data through headers?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions