Learning React and Gatsby by building a blog

On that point… something else I’d like to check out at some stage is making the markup generated more semantic. One thing I really appreciated about Jekyll is that you can really hand-craft the HTML. The trade-off is that you don’t get that single page app feel that frameworks like React give you.

Sweet! I think Gatsby already uses Webpack (or at least something like it)… I’ll look into it.

This was what the tutorial I was following used (JSS), and your conclusion was my intuition as well.

A tremendous amount of work has also gone into frameworks like Bourbon, Foundation, and Bootstrap. I remember how impressed I was with Foundation the first time I tried it — great typography with an import.

Thank you, this is very good to know. I’ll definitely look into using a proper Sass framework.