Introduction to Next.js

Introduction to Next.js

3 hours, 56 minutes CC

This course has been updated! We now recommend you take the Introduction to Next.js 13+, v3 course.

Next.js is a complete full-stack framework built on top of React.js. You can use Next.js to create static sites like blogs and documentation websites to even full-blown, full-stack applications, and APIs. In this course, you'll learn server-side rendering, static site generation, data fetching, build API endpoints, creating pages with the file system, add CSS modules inside of Next.js, and much more!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: September 15, 2020
Get Unlimited Access Now
Table of Contents

Introduction

Routing

Config

API

Deployment

Wrapping Up