Getting started with tRPC
Before knowing about tRPC , let's first know about RPC .
What is RPC?
RPC is short for "Remote Procedure Call". It is a way of calling functions on one computer (the server) from another computer (the client). With traditional HTTP/REST APIs, you cal...
mainakkaniam.hashnode.dev11 min read