Next.js 13 Crash Course For Beginners
Categories:Web DevelopmentSoftware Development
This course includes
- Course Content
- Description
- What To Learn
- Materials Included
- Requirements
- Target Audience
Creating a Next.js 13 project and folder structure 5:27
Server and Client components 5:56
Concept of Page.js file and Nested routes 6:06
Navigate using Link component 1:57
Navigate using useRouter hook 3:54
Fetching data in server components 5:16
Fetching data in dynamic routes 5:12
Concept of caching , revalidating and fetching data in Client components 8:32
Implementing Add blog page and mongoDB setup 12:20
Creating Model and add blog post API route 11:44
Implementing blog list page and get blog list API route 10:56
Implementing delete blog functionality and delete API route 8:34
Implementing blog details page and details API route 11:57