Intro
tRPC and Zod drastically sped up development for a product I've been building called Mangrove and reduced regressions when refactoring code.
This article illustrates how to implement tRPC and query
procedures with Express and React.
- Zod will be discussed in a separate article
- tRPC Mutations will be discussed in a separate article