from Hacker News

Proposal for Standardized JSX

by novocantico on 1/28/25, 3:18 PM with 2 comments

  • by dtagames on 1/28/25, 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.