Hacker News new | ask | show | jobs
by wruza 1302 days ago
JSX isn’t a separate language though. It’s recursively inline html/js.
1 comments

Yeah, but it's not really HTML nor JS. It's a DSL which is a superset of JS for generating HTML that can use its own syntax in its expressions.