May 2021
Beginner to intermediate
252 pages
4h 13m
English
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:
We will need the following to understand this chapter thoroughly:
The code files for this chapter can be found at https://github.com/PacktPublishing/Jumpstart-Jamstack-Development/tree/chapter_nine ...