@MoOx
Freelance front-end (UI/UX) developer. Open Source addict & compulsive coder.
Handyman and gardener.
Creator of @Phenomic_app, @putaindecode & @cssnext.
Nothing here yet.
No blogs yet.
The problem of Gatsby in its current form is that this generator doesn't scale at all. It embed all content in your javascript bundle. Which is ok for just a couple of pages. Another similar react/webpack based generator exists (linked below, https://phenomic.io/ ) and explain well the different between itself and Gatsby in its FAQ https://phenomic.io/docs/faq/gatsby/ .
The problem with this approach is that it's too error prone. For example using a JavaScript based engine, with template in JS/JSX is easy to lint using eslint and flow in order to prevent a lot of errors. We are humans, we do errors. Let's automate the pain :)