Technical requirements
In order to navigate this chapter, you will need to have completed the Gatsby setup and created the pages in Chapter 1, An Overview of Gatsby.js for the Uninitiated.
In this chapter, we will start adding our first reusable components to our pages. As these components are not standalone pages, we will need a new place to store them. Create a subfolder inside your src
folder called components
that we can use.
The code present in this chapter can be found at https://github.com/PacktPublishing/Elevating-React-Web-Development-with-Gatsby-4/tree/main/Chapter02.