List of Gatsby plugins
used and links to their documentation. Other plugins can be added to the project as needed.
Used to build site metadata.
Allows for the use of styled-components
in Gatsby.
Allows for the use of React v16 and its features in Gatsby.
Gatsby image processing library for responsive images. Works with gatsby-transformer-sharp
.
Inserts a <link>
tag for Google fonts in <head>
. There are other ways to use Google fonts with Gatsby, so this one may be removed if desired.
Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.
Creates a sitemap for your Gatsby site.
Adds support for shipping a manifest.json
with your site.
Adds drop-in support for making a Gatsby site work offline and more resistant to bad network connections.