Introduction
  • Introduction
  • Creating a Next.js 13 project and folder structure
Routing
  • Server and Client components
  • Concept of Page.js file and Nested routes
  • Dynamic routes
  • Navigate using Link component
  • Navigate using useRouter hook
Data Fetching
  • Fetching data in server components
  • Fetching data in dynamic routes
  • Concept of caching , revalidating and fetching data in Client components
Course Project: Blog App
  • Introduction
  • Implementing Add blog page and mongoDB setup
  • Creating Model and add blog post API route
  • Implementing blog list page and get blog list API route
  • Implementing delete blog functionality and delete API route
  • Implementing blog details page and details API route