andreypopp / reactify

[DEPRECATED] Browserify transform for JSX (superset of JavaScript used in React library by Facebook)
MIT License
690 stars 68 forks source link

switch to babel instead of react-tools #73

Closed acornejo closed 9 years ago

acornejo commented 9 years ago

the react team has announced that react-tools and jstransformer will be deprecated.

will reactify be migrated to use babel anytime soon?

announcement here:

http://facebook.github.io/react/blog/2015/06/12/deprecating-jstransform-and-react-tools.html

andreypopp commented 9 years ago

No reason to do that, there's babelify.

wjordan commented 8 years ago

@andreypopp does this answer mean that reactify should be deprecated in favor of babelify for React >= 0.14 to eliminate confusion?

andreypopp commented 8 years ago

Yes