Главная
Study mode:
on
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
Description:
Learn how to build a full stack nested comments system in this comprehensive two-hour tutorial. Explore the process of setting up and connecting a backend, database, and React frontend to create a complex project ideal for enhancing your resume. Dive into topics such as Prisma database setup, server configuration, client-server connection, React Router implementation, custom hook creation, and context setup. Master the intricacies of rendering comments, building comment forms, and implementing client-server logic for creating, updating, and deleting comments. Discover user authentication techniques, comment reply functionality, and user permission management. Finally, delve into the implementation of a like system for comments, covering both server and client-side logic.

How to Build a Full Stack Nested Comments System

Web Dev Simplified
Add to list