Eduard Ruzga
Oct 2, 2022

--

Cool topic.

Did you found out any drawbacks in comparison to GraphQL?

Trying to achieve a simple backend-to-client shared data model I ended up using TypeGraphQL and TypeORM . Hoped to reduce amount of code written multiple times across the stack.

There is so much overhead with GraphQL at the end of the day…

It was rather created to share the same data schema between multi-language microservices systems.

Does not help that much to simple single langauge full stack frameworks.

Researching alternatives stumbled on Blitz.js

Which combines Next.js/Prisma/React and RPC into one framework.

But I do not want to refactor the exiting project to that.

I'd rather remove TypedGraphQL and refactor it to tRPC leaving everything else intact.

Interesting to read on your experiance with moving form GraphQL to tRPC!

--

--

Eduard Ruzga
Eduard Ruzga

Written by Eduard Ruzga

We make our world significant by the courage of our questions and by the depth of our answers — Carl Sagan

Responses (1)