The Filesystem

We'll look at how our project folder can serve as a data source for Gatsby.

One of the best features of Gatsby is its “data-from-anywhere” capability. With Gatsby, we can have and fetch data hosted anywhere—CMS, private and public APIs, and even our local project files.

Working with data

Let’s look at how we can store and fetch data in folders and files in our project using two examples: — Images and Markdown.

Get hands-on with 1200+ tech skills courses.