Yesterday I finished Introduction to Gatsby, a beginners course by Jason Lengstorf, hosted by Frontend Masters.
Gatsby is a static site generator for JavaScript/React.js. It pre-builds your website and serves static images. Thus, it’s very fast.
But it can also load dynamic data because it also is a fully fledged React app.
The Gatsby team just released a big feature: Gatsby Themes.
Gatsby Themes are similar to Wordpress plugins. They are pre-configured and you can load them into your Gatsby configuration.
Here is a free Egghead.io course:
And you should also take a look at Jason Lengstorf’s Youtube Channel:
Further Reading
- Introduction to Gatsby - paid Frontend Masters course
- Gatsby Themes - blog post by the Gatsby team
- Gatsby Theme Authoring - free Egghead.io course