Skip to content

Instantly share code, notes, and snippets.

@leerob
Last active January 14, 2023 18:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leerob/08089119118f2a0f77aef79d9eaf99af to your computer and use it in GitHub Desktop.
Save leerob/08089119118f2a0f77aef79d9eaf99af to your computer and use it in GitHub Desktop.

Mastering Next.js

Hey, everyone! πŸ‘‹ I'm Lee, the creator of Mastering Next.js. This course was originally released in 2019. Next.js has evolved quite a bit since v9 and some of this course is officially "outdated".

I've updated the course overview below to annotate which parts are up to date, which have changed, and what my new suggestions are. In my opinion, this is the ideal way to evolve this course. The videos will serve as a reference to a point in time, but newer additions to the framework make certain aspects much easier.

  • 🟒 Up to date
  • 🟑 Outdated
  • πŸ”΄ Do not recommend

Introduction

React Overview

I taught Functional Components in 2019 for those still in the process of converting to React Hooks. In 2021, it's now standard to use React Hooks for all projects and I would recommend starting there.

Developing Locally

Navigating Between Pages

Styling

Fetching Data

Managing Assets and SEO

Building A Blog With MDX

Authentication

Testing & Error Handling

State Management & More

Exporting & Deployment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment