diff --git a/content/courses/nextjs/_index.md b/content/courses/nextjs/_index.md index a5884d439..fe47d0566 100644 --- a/content/courses/nextjs/_index.md +++ b/content/courses/nextjs/_index.md @@ -1,5 +1,5 @@ --- -lastmod: 2024-03-27T11:11:30-09:00 +lastmod: 2024-11-20T11:11:30-09:00 title: Next.js Full Course description: Master the fundamentals of Next.js 14 and the App Router weight: 0 @@ -18,7 +18,7 @@ stack: - prisma --- -**Next.js - The Full Course** provides a in-depth look into the [Next.js App Router](https://nextjs.org/blog/next-13-2) first introduced in version 13.2. It puts React Server Components into practice by building a full-stack application from scratch with PostgreSQL and Prisma. +**Next.js - The Full Course** provides a in-depth look into the [Next.js App Router](https://nextjs.org/blog/next-13-2), including its ability to support multiple rendering modes and data-fetching strategies. It puts React Server Components into practice by building a full-stack application from scratch with PostgreSQL and Prisma. ## What will I learn? @@ -46,7 +46,7 @@ This course is intermediate level 🟦 and expects some familiarity with React.j ## When was the course last updated? -Updated March 28th, 2024 next v14.1 +Updated November 20th, 2024 next v15.0 react v19 ## How do I enroll? diff --git a/content/courses/nextjs/img/featured.jpg b/content/courses/nextjs/img/featured.jpg index 9adc58fc8..818eba9dd 100644 Binary files a/content/courses/nextjs/img/featured.jpg and b/content/courses/nextjs/img/featured.jpg differ diff --git a/content/courses/nextjs/img/featured.png b/content/courses/nextjs/img/featured.png index b987a7ae3..37695f98e 100644 Binary files a/content/courses/nextjs/img/featured.png and b/content/courses/nextjs/img/featured.png differ diff --git a/content/courses/nextjs/img/featured.webp b/content/courses/nextjs/img/featured.webp index 9c16980cb..657d7a1d2 100644 Binary files a/content/courses/nextjs/img/featured.webp and b/content/courses/nextjs/img/featured.webp differ