Next TRPC backend Extension
hi i have a t3 app. now i want to use the same backend apis on another next app how can i do that.
3 Replies
Is the other app also going to use tRPC (monorepo) or will it need to call actually api endpoints?
If it's externally, I've found some docs
https://create.t3.gg/en/usage/trpc#how-do-i-call-my-api-externally
If it's a monorepo, you can consume it from the tRPC client internally.