Proposed by: Soodit Kumar

End-To-End Typesafety with tRPC

We'll get to know what is tRPC and it's following concepts:


  1. Procedures: Flexible primitives to create backend functions
  2. Routers: A collection of procedures (and/or other routers)
  3. 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: