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
whatplan
whatplan14mo ago
Is the other app also going to use tRPC (monorepo) or will it need to call actually api endpoints?
Ambushfall
Ambushfall14mo ago
Create T3 App
tRPC 🚀 Create T3 App
The best way to start a full-stack, typesafe Next.js app.
Ambushfall
Ambushfall14mo ago
If it's a monorepo, you can consume it from the tRPC client internally.