Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Create a Social Media App Using the T3 Stack - Next.js, React, Tailwind, Prisma, TypeScript
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Sponsor
- 3 - T3 Setup
- 4 - PlanetScale Setup
- 5 - Authentication Setup
- 6 - Deployment Setup
- 7 - Prisma Schema
- 8 - Sidebar JSX/Styles
- 9 - New Tweet Form JSX/Styles
- 10 - New Tweet Logic
- 11 - Recent Tweets Server Logic
- 12 - Recent Tweets JSX/Styles
- 13 - Like Tweet Logic
- 14 - Cache Update Logic
- 15 - Recent/Following Tabs JSX/Styles
- 16 - Profile Page Server Logic
- 17 - Profile Page JSX/Styles
- 18 - Follow Button Logic
- 19 - SSG Revalidation Logic