Hacker News new | ask | show | jobs
by victorbjorklund 574 days ago
Say you have a site about pokemons. Then you can have all the pokemons in a sql database (with a schema) instead of a bunch of MD files. Not all static sites are just blogposts.
1 comments

Right, looking again I understand better. Instead of a bunch of shaky YAML in a md file, you have properly structured data.

Isn't this what Gatsby tries to do with GraphQL?

Exactly. Yea, similar to what Gatsby does.