Content pfp
Content
@
0 reply
0 recast
2 reactions

Kevin pfp
Kevin
@typedarray.eth
tRPC is absurdly productive
9 replies
6 recasts
93 reactions

Tony D’Addeo  pfp
Tony D’Addeo
@deodad
can you share more how long have you been using it what’s the biggest project you’ve used it on https://warpcast.com/deodad/0x629288cf
1 reply
0 recast
0 reaction

Haole pfp
Haole
@haole
I've been using it for almost a year. It's very productive for a small team, especially when you need to write React Native in a monorepo. Currently, I'm building /recaster with tRPC, which makes it easy to create a Next.js frontend. If my experience didn’t convince you, you can check https://github.com/civitai/civitai
1 reply
0 recast
1 reaction

Tony D’Addeo  pfp
Tony D’Addeo
@deodad
thanks for sharing! what specifically made it good for RN in a monorepo?
1 reply
0 recast
1 reaction

Haole pfp
Haole
@haole
The speed of defining APIs and safely using them directly in RN and React is incredible. Otherwise, you'd have to export types from other backend APIs and manage version control. By the way, what's your biggest concern about not using tRPC? I've heard about slow type issues, but they can be avoided with some tuning. And you can build and deploy separate api servers integrating with fastify or express in same monorepo, still can benefit from tRPC.
1 reply
0 recast
1 reaction