facebook / jsx

The JSX specification is a XML-like syntax extension to ECMAScript.
http://facebook.github.io/jsx/
1.96k stars 133 forks source link

Babel's supported JSX for quite a while. #44

Closed dead-claudia closed 8 years ago

dead-claudia commented 8 years ago

Recently, React's own transpiler has been deprecated in favor of Babel's as well, so I think this should be added to the list.

sebmarkbage commented 8 years ago

True. Can you submit the pull request against the source of truth which is the markdown document in the master branch? The gh-pages branch is generated. Thank you!

dead-claudia commented 8 years ago

Ok. It wasn't that obvious to me where the markdown file was, apparently. I'll create a new PR for it.

dead-claudia commented 8 years ago

See #45.