jrdn
jrdn
TtRPC
Created by jrdn on 5/11/2023 in #❓-help
Real-world Large Application Examples?
Are there any OSS examples (besides cal.com) demonstrating large tRPC code bases? I want to see how people are structuring their routers and handlers to avoid overly large routers. I was thinking of having each router import all the independent procedures. For the sake of a large team, separations of concerns tends to be more benefitial in some scenarios.
2 replies
TtRPC
Created by jrdn on 5/11/2023 in #❓-help
Scaling tRPC
I’ve been seeing issues regarding tRPC routers and performance issues as routers grow. I’m wondering if there is any documentation on this and how to avoid them if possible?
8 replies