DEV Community

Fetching Dynamic Data with Gatsby.js

Hunter Chang on July 06, 2019

Gatsby.js is more than just an awesome static site generator, it can also fetch data dynamically like you would with Create React App. We explore w...
Collapse
 
dance2die profile image
Sung M. Kim

I've always thought Gatsby as a static site generator, thus a dynamic data fetching was not possible as I mistakenly thought all data fetch should go thru GraphQL normalization.

Thank you, Hunter, as the tutorial opened my eyes to the dynamic world of Gatsby, as well.

Collapse
 
changoman profile image
Hunter Chang

Nice! Very glad that this was helpful.

Collapse
 
ajarouih profile image
Aymen Jarouih

Thanks for this tut Hunter, simple as always!