In this article, we are going to analyze and create a basic tRPC API with an express server, each file is going to be explained, and after this article you should be able to understand how basic tRPC works.
Introduction
tRPC is a remote procedure call for Typescript and Javascript frameworks, it is a simple way to control the communication between client and server with data and type validation.
We are going to develop a server connected to an API for the communication, this application is goin...
Published on April 06, 2023 16:24