Proposed by: Soodit Kumar
End-To-End Typesafety with tRPC
We'll get to know what is tRPC and it's following concepts:
- Procedures: Flexible primitives to create backend functions
- Routers: A collection of procedures (and/or other routers)
- Context: Stuff that every procedure can access
We'll create a End-to-End Typesafe Application with Next.js (most probably, otherwise we'll use Express & tRPC) and take overview at Validation (with zod), Queries and Mutations.
Source code/Reference: https://trpc.io/
Talk duration: