Comment by troupo
1 day ago
> The syntax errors that cause XHTML to stop parsing also cause JSX to stop parsing. If this kind of thing really were a problem, it would have killed React.
JSX is processed during the build step, XHTML is processed at runtime, by the browser.
Invalid XHTML woild have been caught in the test suite
Neither you nor the sibling commentator can be serious.
Yes, which presumably would have actually been tested by someone before it was uploaded.
Neither you nor the sibling commentator can be serious.
Hey, guess what else is processed at runtime: all of the dynamically typed programming languages that run half of the internet. I wonder how they can still get reliability despite that?
1 reply →