Thoughts
So I'm working on a website with Next.js, and the beauty of Next.js is that it server-side renders static content. But even with a wholly
static page it includes React and about 63.8kb of JS. And the Next.js people are like, that's not a lot, but it's insane when the page content is a 1kb static html page. Like, I'm going to "switch to Preact" which is insane, because I'm not rendering *anything* on the client side.