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
NextJS is a framework built based on the ReactJS library. Besides the benefits of ReactJS, it also gives us several features, such as server-side rendering (SEO friendly), file-based routing, and full-stack capabilities.
Chapter 01. Set Up a Development Environment Chapter 02. Getting to Know NextJS Chapter 03. File-based Routing Chapter 04. Navigation Chapter 05. Page Pre-rendering and Data Fetching Chapter 06. API Routes Chapter 07. Authentication with NextJS Chapter 08. Working with Global State Chapter 09. Coding A Real Project Chapter 10. Optimizing NextJS Applications Chapter 11. Building Production Code