Hacker News new | ask | show | jobs
by dragonwriter 1748 days ago
> And jsx is a sort of superset of html

More accurately, JSX is shaped like HTML, and some of the the transforms for JSX to JS have built in special handling for the standard HTML tags.