I want to generate a large number of static html. I like to use Gatsby because I enjoy writing JSX/TSX and generating the files using JavaScript.
But then every page includes the dehydrated GraphQL queries as well as an entire react for production runtime.
I know that that's what Gatsby does, but it is so flexible I imagine there must be a way to just generate the static html without the magic parts.