GatsbyJS

How To Create a Custom Source Plugin in Gatsby — step-by-step Javascript tutorial on Progressive Robot

How To Create a Custom Source Plugin in Gatsby

A source plugin is a bundle of code that handles bringing data into the Gatsby ecosystem from a given source. Sources can be from the local filesystem as with Markdown files, databases, published data feeds, or even completely dynamic remote data sources such as APIs. In this tutorial, you will build your own custom source plugin to bring new data into Gatsby from a real-world API. You will also format the data so that it can be accessed throughout Gatsby.

Read more
CHAT