Proposal for Standardized JSX

by novocanticoon 1/28/2025, 3:18 PMwith 2 comments

by dtagameson 1/28/2025, 3:51 PM

We already have tagged template literals in JS (used in Lit web components, for example) which I much prefer. We don't need JSX at all because you can write html`<yourElements/>` and stick regular HTML or custom web components in there and it all just works.