coryhouse / reactjsconsulting

React Related Resources
http://www.reactjsconsulting.com
378 stars 37 forks source link

TRPC - (REST / GraphQL alternative) #138

Open coryhouse opened 2 years ago

coryhouse commented 2 years ago

https://twitter.com/shadcn/status/1546394201352376320

Typed RPC uses TypeScript to share types on the client and server so API calls are easy.

Downside: Requires TS on client and server. Upside: Simpler than GraphQL with lower overhead. If using TS on client and server, it often is preferable to GraphQL or plain REST.

Also see https://telefunc.com/