tRPC #2664
jamesholcomb
started this conversation in
Ideas
tRPC
#2664
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://trpc.io
End-to-end typesafe APIs made easy
The client doesn't import any code from the server, only a single TypeScript type. The import type declaration is fully erased at runtime. tRPC transforms this type into a fully typesafe client.
I stumbled onto this framework the other day, and was curious if @daffl could present a point of view on if/how it might be adapted within FeathersJS or what overlap it has with the upcoming schema feature in 5.0 (of which I haven't explored yet). Having a fully type safe client that supported custom queries and mutations would be extremely appealing (particularly without having to resort to GraphQL).
Beta Was this translation helpful? Give feedback.
All reactions