Earlier quoted context omitted.
> I am kind of sold on "static" sites, but why is this particular stack and set of solutions so exciting? (As opposed to using, say, Rails on Heroku It's exciting because it's a static site and not using something like Rails? The static site approach still isn't that well known. Right now, I try to use static sites wherever I can because of their reduced complexity.
> The static site approach still isn't that well known Static sites predate web apps. In fact, the first websites were purely static. > reduced complexity you're telling me webpack + react + node_module hell + graphql reduces complexity?
> you're telling me webpack + react + node_module hell + graphql reduces complexity?
You are using the word _complexity_ in a different sense. The complexity you are talking about is the complexity of developing and building web pages. However, once they are built they are simple static files that can be served from anywhere. As opposed to the complexity mentioned in the parent post, which is the complexity of running a typical web application that includes a backend server and likely a database. Even such plain and commonplace technology as a Wordpress installation has a higher complexity of running than a Gatsby-based site.