Next.js is a React framework that provides a solutions to problems such as:
In this collection we're going to learn how to harness the power of Next.js + TypeScript and how to work with Netlify in order to deploy our site for others to enjoy!
Learn how to:
This is an efficient and practical course for learning Next.js. The Next.js version used in this course is 9.4.4
, and the latest version is 11.1.0
, yet this is still a great introduction to understanding the core functionality of Next.js.
topical but covered important details
Learned a lot from this instructor. The pace was great if you want to deploy a static site to Netlify.
I learned a lot. I had to add NETLIFY_NEXT_PLUGIN_SKIP = "true" to the toml file in order to build successfully.
Awesome! Straight to the point but detailed when needed
This course was precise and practical. I really liked it.
Very efficient! Thank you Tomasz!
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.