Hacker News new | ask | show | jobs
Why We Ditched GraphQL for TRPC (echobind.com)
3 points by mcavaliere 1315 days ago
1 comments

In our Next.js boilerplate, we got some nice gains and DX improvements from replacing our Apollo Server installation with tRPC.
I'm sure, but it requires your entire stack to be TypeScript. My clients want to be language agnostic, which requires me to be.
That makes sense. Our boilerplate is for all new-code projects where we get to pick the stack, in which case we default to all things TypeScript anyway. If a client project has an incompatible existing codebase, we take a different approach.