Web Development Crash Course - Next JS, The Full Stack React JS Framework: Enterprise Web Development, and Full Stack JavaScript Development with ReactJS and NodeJS Server Side JavaScript
Next.js is a framework built based on the React.js library. Besides the benefits of React.js, it also gives us several features, such as server-side rendering (SEO friendly), file-based routing, and full-stack capabilities.
Chapter 01. Setting Up a Development Environment Chapter 02. Getting to Know Next.js Chapter 03. File Based Routing Using App Router Chapter 04. Navigation Chapter 05. Rendering and Data Fetching Chapter 06. Writing APIs Using Route Handlers Chapter 07. Authentication in Next.js Chapter 08. Working with Global State Chapter 09. Coding A Real Project Chapter 10. Metadata API