Y
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
audiodude
574 days 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?
link
victorbjorklund
573 days ago
Exactly. Yea, similar to what Gatsby does.
link
Isn't this what Gatsby tries to do with GraphQL?