jsx / JSX

JSX - a faster, safer, easier JavaScript
http://jsx.github.io/
MIT License
1.46k stars 102 forks source link

Which parser JSX uses ? #345

Open umair-khanzada opened 7 years ago

umair-khanzada commented 7 years ago

As mention in name JSX and it's restriction like must have closing tag etc. I thinkJSX uses XML parser. if uses XML then why you choose XML not HTML ?