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

Update transpilers #34

Closed kuraga closed 9 years ago

RReverser commented 9 years ago

Why did you remove other two? They're cool and used in some places as well.

kuraga commented 9 years ago

@RReverser , Last commit of JSXDOM is July, 2013. It's unmantained (and doesn't comply current document?). mercury-jsxify isn't mantained by @Raynos, see https://github.com/Raynos/mercury/issues/143#issuecomment-75398749

RReverser commented 9 years ago

@kuraga Well, at least I know teams using JSXDOM (they don't use React, but find JSX syntax for creating DOM nodes much cleaner than regular DOM API) and there's not much to be added to it since primary functionality is already implemented.

kuraga commented 9 years ago

@RReverser , feel free to use provided commits in right manner. Thanks.