Search⌘ K
AI Features

Overview: Next.js Basics and Built-In Components

Explore the foundational aspects of Next.js including its routing system, client-side navigation, and automatic image optimization. Understand how to customize key files like _app.js and _document.js to enhance your dynamic web applications. This lesson prepares you to build efficient and modern web apps using Next.js built-in components.

We'll cover the following...

Introduction

Next.js is not only about SSR. It provides some incredibly useful built-in components and functions that we can use to create performant, dynamic, and modern websites.

We’re going to take a look ...