In this chapter we will start to add a search functionality to our blog. There are some Gatsby plug-ins to add the search functionality, but we can add it with simple React code. After that we will perform some CSS fixes, like adding box shadows to all boxes. Finally, we will create a mobile menu to show the right and the left sidebars on small screens.
Adding Search Functionality
I recommend a very good blog by Monica Powell on adding search functionality with React code at https://dev.to/m0nica/how-to-add-search-functionality-to-a-gatsby-blog-4pf2 ...