What is gatsby?
Gatsby is a React-based framework for building high-performance
websites and web applications. It features static site generation
(SSG), where content is pre-rendered into HTML files and served to
clients without server-side processing. So right now, I'm learning
this SG to make my blog post website publish and also to make it
fast and available for my readers to read my blog. Learning this
new technology is so hard, especially when you are a beginner. It
uses React (a JavaScript library), and I'm not used to that
library yet. Also, Im not publishing my blog post website yet
because I'm working on it. Thanks for your support and
consideration, guys.