after over a decade, I've come to resent JSX
not because it "muddles view and logic code", which is the sort of thing people who don't work on truly interactive things say,
but rather because it's given the whole JS ecosystem carte blanche to go hogwild with compiler extensions, custom file formats, and all manner of things that necessitate build tools like webpack, rollup, or vite
Who needs to _link_ an image or stylesheet when you're supposed to import them to your code instead?