Create-React-App is a great tool for getting started with React, but at some point you may find yourself needing something more.
Gatsby is one of the most popular choices to move on to. It boasts a number of performance optimizations and a large plugin ecosystem (while still allowing you to use anything from the React ecosystem as well).
In this course, Khaled Garbaya will help you get started with Gatsby.
You'll start by building a single page "Hello World" before moving on to programmatically creating new pages and setting up static and dynamic routing.
Once you've got a grasp on the basics, Khaled will share his process for migrating an existing application built with Create-React-App project over to the Gatsby way of doing things.
You'll also get practice adding and configuring Gatsby build plugins for Tailwind CSS and sourcing data from external APIs.
After this course, you'll be ready to port existing code, or start a new Gatsby project from scratch!
I always wanted to understand the difference between build time and real time data fetching, this course made it clear
There were quite a few mistakes in the videos that could have been easily re-recorded and/or edited out.
I've seen duplicated stuff. Not sure if the "Autoplay" did something wrong or I did it, but at some point I was watching the same content twice.
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.