Chapter 9: Gatsby Source Plugins
In this chapter, we are going to explain how to extend the functionalities of Gatsby by using plugins. We will start by exploring the basics of a plugin, and then look at how to install and maintain a plugin. We will explore where to find a plugin and how Gatsby manages its plugins. At the end of the chapter, we will install and configure two new plugins to our Gatsby application.
We will cover the following topics in this chapter:
- Understanding plugins
- Searching, installing, and configuring plugins