Content pfp
Content
@
0 reply
0 recast
0 reaction

max pfp
max
@maxp.eth
What new technology (< 5 years) has significantly increased your speed of development?
12 replies
3 recasts
7 reactions

alex pfp
alex
@alexgrover.eth
Full stack type safety
1 reply
0 recast
3 reactions

max pfp
max
@maxp.eth
How do you get this? tRPC?
2 replies
0 recast
0 reaction

alex pfp
alex
@alexgrover.eth
I prefer just vanilla TS, exporting the API return type and import from the frontend But tRPC, graphql, OpenAPI are preferable to nothing! I’d also include server/DB type safety like prisma etc in this bucket
1 reply
0 recast
1 reaction

max pfp
max
@maxp.eth
Why do you prefer vanilla over the others? To keep the stack simple?
1 reply
0 recast
0 reaction

alex pfp
alex
@alexgrover.eth
over graphql/openapi because there's no codegen necessary. over trpc for simplicity, I don't need a router and don't want react-query baked in
0 reply
0 recast
1 reaction