Skip to main content

Lecture 15 - tRPC on the Client

Duration: Aiming for 30 min to 1 hour

tRPC Logo

Objectives:

Learn how the client interacts with tRPC, including:

  • React Query
  • Loading and Error states
  • Query Keys, and Invalidating Stale Data
  • Calling your tRPC procedures on the client

By the end, you will be able to write and call procedures to fetch or mutate data. [eventually link to Assignment]