As I mentioned at the top of the module, Next.js (commonly shortened to just Next) is a popular full-stack React meta-framework. As I write this in mid-2023, it's the only framework to fully take advantage of React's new full-stack model, including React Server Components.
In this chunk of lessons, we'll learn about the fundamental structure of Next applications. You'll learn how to create pages and layouts, how to structure server vs. client components, and learn how to avoid some of the gotchas with server-side rendering.
Intro to Next.js • Josh W Comeau's Course Platform