illustration for Fundamental Next.js API and Patterns
pro

Fundamental Next.js API and Patterns

Instructor

Lazar Nikolov

1h 26m closed-captioning
·
16 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.6
251
people completed
Published 2 years ago
|
Updated 2 years ago

This course goes beyond just getting started, and will teach you everything you need to know about the fundamentals of Next.js.

Next.js gives you the full power of React while also filling in the gaps in one package. It’s optimized and gives you a first class page building experience and just enough structure to keep you productive.

It is React’s recommendation for building server side rendered (SSR) web apps, and it features SSR and Static Site Generation (SSG), TypeScript support, routing, and more.

There’s a lot to learn. But by going through this course you’ll be building a rock-solid foundation with Next.js for yourself, especially if you work along with the workshop exercises that Lazar put together https://github.com/nikolovlazar/egghead-beginners-guide-nextjs.

screenshot of project repo

During this course you’ll do the following:

  • Set up a new Next.js project and customize the default components and configuration
  • Create static and dynamic routes and implement navigation with the Link component
  • Style your app with Global CSS, CSS Modules, CSS-In-JS, and UI frameworks like Chakra UI
  • Learn the difference between and how to use the various rendering methods in Next.js (SSG, SSR, ISR)
  • Use API routes to fetch data
  • And finally deploy your app to Vercel!

So start watching and become a Next.js pro today!

Course Content

1h 26m • 16 lessons

    You might also like these resources:

    illustration for Effectively Build RESTful APIs using Next.js API Routes
    Alejandro Ñáñez • 20m • Course

    With this course, you will understand how to call handle different HTTP verbs in Next.js API Routes as well as learn how Next.js is a viable option to create RESTful APIs.

    illustration for ECommerce Product Management & Storefront with GraphCMS, Snipcart, & Next.js
    Colby Fayock • 2h 52m • Course

    Colby is going to take you on a deep dive into creating a full featured store for your business.

    illustration for Build a Real-Time Data Syncing Chat Application with Supabase and Next.js
    Kristian Freeman • 2h 1m • Course

    Learn to model real-world scenarios in actual relational databases, understand how to manage real-time data, and leverage key functionality provided by Supabase.