Completed
0:00 Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Why I Don't Use React Query and tRPC in Next.js
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00 Intro
- 2 0:20 Data fetching before React-Query
- 3 2:20 Data fetching with React-Query
- 4 4:30 Data fetching without React-Query Next.js
- 5 8:55 GET / Query before tRPC
- 6 9:45 GET / Query with tRPC
- 7 10:52 GET / Query without tRPC Next.js
- 8 11:40 POST / Mutation before tRPC
- 9 12:25 POST / Mutation with tRPC
- 10 13:08 POST / Mutation without tRPC Server Actions
- 11 18:33 Overview