Plugins

List of Gatsby plugins used and links to their documentation. Other plugins can be added to the project as needed.

gatsby-plugin-react-helmet

Used to build site metadata.

gatsby-plugin-styled-components

Allows for the use of styled-components in Gatsby.

gatsby-plugin-react-next

Allows for the use of React v16 and its features in Gatsby.

gatsby-plugin-sharp

Gatsby image processing library for responsive images. Works with gatsby-transformer-sharp.

gatsby-plugin-google-fonts

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.

gatsby-plugin-sitemap

Creates a sitemap for your Gatsby site.

gatsby-plugin-manifest

Adds support for shipping a manifest.json with your site.

gatsby-plugin-offline

Adds drop-in support for making a Gatsby site work offline and more resistant to bad network connections.