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!
your approach style is very nice
SSR,SSG and ISR very well explained. Would be nice if this course gets updated with new upgrades from Next.js
I would consider this course as a for very, very beginners and outdated (I'm not even sure are there any beginners in a wild that starting right ahead from the next.js so they don't have experience working with the documentation provided by the tool). Most of the information could be easily gained from the first chapters of the next.js documentation. I would probably admit SSG, ISR and SSR lessons and couple more after as at least helpful on a conceptual level. A little bit disappointed. Waited more information on a conceptual level to understand how next.js works.
Really great teacher. I hope he does a Next Js 13 course. In fact, he should update the majority of courses on Egghead.
From the 12th lesson it got really difficult and too fast.
It was a good balance of practical skills and progression of content. Also, instead of just providing a link to the entire github repo and then a quick blurb in video 1, the author supplied the link to the specific git folder in each course. There were other salient reasons why this was a great course but that should suffice!
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.