Build your own Blog using Gatsby and ReactJs Together

When people want to learn something new, especially a new programming language/framework/library, they usually go to these three places: Official Documentation Tutorials Blog Posts Being a software developer trainee myself, I know firsthand how much time one spends in searching the internet looking for answers to their questions. The great thing about blog posts is that they are usually written by people who have faced the problem and want to share their experience and solutions with the rest of us. Thank God that Medium makes this never ending search a little bit easier. We know how to write blogs. But can I create my own blog? With Gatsby, a static site generator for React, we can easily create our own blog and do so at no overhead cost! Ingredients Required Gatsby React Markdown GraphQL GitHub Not required for this post, but defiantly recommended, is Bit. Using Bit (GitHub) you can organize your React components into a visual collection, and reuse them in different apps when needed. Useful and saves time. click me to know more