Exploration Projects
tRPC - Self-directed Learning
Exploring type-safe API communication between a frontend and backend with tRPC
Description
This is a small project built by following the official tRPC documentation, used to explore how tRPC works and understand the basics of type-safe API communication between a frontend and backend.
What I learned
- tRPC fundamentals
- Mutations and queries