hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.2K
active users

Matthew Lyon

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?

@mattly and here I am doing everything I can to use MDX for SSG and such 🙃

@mattly Remember when we would just use the "markup language" part of HTML to just... load things onto a page?