Live data from Hacker News

Proposal for Standardized JSX

vanillajsx.com

1–3 of 3 posts

Re: Proposal for Standardized JSX

#2
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`` and stick regular HTML or custom web components in there and it all just works.

Re: Proposal for Standardized JSX

#3
post #2

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` ` and stick regular HTML or custom web components in there and it all just works.

Now I see why this proposal is doomed. The only people who could vote it up to the people who could understand its merits, are people with very low software competence.