Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Build a Full Stack Nested Comments System
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Prisma database setup
- 3 - Server setup
- 4 - Connecting the client to the server
- 5 - React Router setup
- 6 - useAsync custom hook
- 7 - Get post server route
- 8 - Post context setup
- 9 - Render comments
- 10 - Comment form component
- 11 - Create comment client logic
- 12 - Create comment server logic
- 13 - User authentication
- 14 - Saving comments on the client
- 15 - Comment reply logic
- 16 - Update comment server logic
- 17 - Update comment client logic
- 18 - Delete comment server logic
- 19 - Delete comment client logic
- 20 - User permission UI
- 21 - Like comments server logic
- 22 - Like comments client logic