logoalt Hacker News

quectophotontoday at 3:07 PM1 replyview on HN

React.js with JSX (which people use to avoid writing HTML) is basically the opposite on its tolerance for mistakes but somehow it seems pretty popular, to say the least.


Replies

win311fwgtoday at 3:23 PM

JSX is a little pickier about structure, but doesn't give much care towards conformance, which is where the bulk of HTML violations occur. I expect close to 98% of React output is also invalid, which is why users are using React and not something like Qt.