All Lessons

Search lessons...

Search lessons...

Low-key, Next.js is the GOAT. Learn why it's the best for server-side rendering, static site generation (whatever that means), and why it's way easier than vanilla React.

Low-key, Next.js is the GOAT. Learn why it's the best for server-side rendering, static site generation (whatever that means), and why it's way easier than vanilla React.

Step-by-step, noob-friendly guide to getting Node.js, npm (or Yarn, if you're fancy), and your first Next.js project running with create-next-app. It's gonna be a breeze.

Step-by-step, noob-friendly guide to getting Node.js, npm (or Yarn, if you're fancy), and your first Next.js project running with create-next-app. It's gonna be a breeze.

Get the lowdown on your Next.js project's folders and files. We'll show you how the pages directory is the key to making routes without the extra work.

Get the lowdown on your Next.js project's folders and files. We'll show you how the pages directory is the key to making routes without the extra work.

We're diving into making pages, navigating like a pro, and using components so you don't have to code the same thing a million times.

We're diving into making pages, navigating like a pro, and using components so you don't have to code the same thing a million times.

Explore all the ways to make your app look aesthetic AF. Global styles, CSS modules, styled-jsx, and even integrating with Tailwind CSS if you're feeling boujee.

Explore all the ways to make your app look aesthetic AF. Global styles, CSS modules, styled-jsx, and even integrating with Tailwind CSS if you're feeling boujee.

Learn how to use getStaticProps to make your pages load hella fast. Perfect for content that doesn't change much.

Learn how to use getStaticProps to make your pages load hella fast. Perfect for content that doesn't change much.

Learn the basics of making API endpoints in pages/api. We'll handle GET, POST, and all that jazz.

Learn the basics of making API endpoints in pages/api. We'll handle GET, POST, and all that jazz.

Time to get serious. Learn how to connect to databases like MongoDB or PostgreSQL from your API Routes.

Time to get serious. Learn how to connect to databases like MongoDB or PostgreSQL from your API Routes.

Let's get secure. Implement user auth with NextAuth.js or build your own. No sus vibes here.

Let's get secure. Implement user auth with NextAuth.js or build your own. No sus vibes here.