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.
During this course you’ll do the following:
So start watching and become a Next.js pro today!
One of the most thorough courses I have found as a newer developer! Lazar doesn't skip out on TypeScript (a minor player, but still valuable to see in action!) and providing clear visual distinction between the different build types.
A clear breakdown of Next.js. I really appreciated how the instructor separated the project into sections.
Really great overview of concepts and how to use NextJS! Perfect length - not too short where you feel a lot was skipped over.
To the point explanations on everything Next.js related. I also finally understand the difference between SSG, SSR, and ISR from the illustration provided and all the scenarios they might be used in a production environment.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.