Hacker News new | ask | show | jobs
by ng12 3294 days ago
I think compilation is fair wording -- JSX is just sugar around the createElement API. : https://facebook.github.io/react/docs/react-api.html#createe...
1 comments

A bit late, but my thought is that compiled to js/Dom api to me implies that it's compiled directly to document.createElement and friends.