victorbjorklund 1 day 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
audiodude 1 day ago

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?

victorbjorklund 20 hours ago

Exactly. Yea, similar to what Gatsby does.