>=2.13.1
Gatsby Themes are the next iteration of web development. They take all the good things about Gatsby and make them even more reusable and extendable. Themes are composable chunks of fully functional websites-- not just visual aspects.
Because they’re composable, you can have multiple themes on a single site. This lets you pick the right eCommerce theme, with whatever backing engine you want. You can then install whatever blog theme you want-- Wordpress, Contentful, etc. and you can customize them both. It's up to you!
For a written version of this course, check out the Gatsby docs.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.
Overall, it was a great insight into creating a theme in Gatsby. My only "complaint" (really just a constructive criticism) is that while switching between files, you rarely stated which folder you were heading into (i.e. gatsby-theme-events or site). With three different package.js files it started to get confusing because you had some panels open in your code editor covering up the site tree. Also, the intellisense that was popping up while you were typing got in the way. By no means is this a dis on you or the tutorial! Just an FYI as to why I didn't give you a higher rating. Keep up the great work and hope to see you out in the world one day. :)
I've been following the work of Jason Lengstorf is a great teacher, I've been meaning to getting deeper into gatsby theme, and this course was perfect. I love it.
Great course, theme-ui has been updated to a new version. Some of your code needs a slight update
clear instructions. To the point. provided the code in the community notes. provided a github repo.
Hi Jason, it is excellent course. 👍 I learned something new. Thank you so much.
Picked up lots of useful information. Theme UI FTW!
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.