Introduction to Next.js 13+, v2

Introduction to Next.js 13+, v2

3 hours, 26 minutes CC

Next.js is a complete full-stack framework built on top of React.js. You can use Next.js to create basic blog websites up to full-blown, full-stack applications and APIs. In this course, you'll learn server-side rendering, static site generation, data fetching, building API endpoints, creating pages, and new features in Next 13+, like file-based routing, server components, and client components!

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

Published: January 31, 2023
Get Unlimited Access Now
Table of Contents

Introduction

Setup

Rendering

Data Fetching

Styling

Building a Basic Blog App

Wrapping Up