andreypopp / reactify

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

Use jstransform directly instead of react-tools #65

Closed zpao closed 8 years ago

zpao commented 9 years ago

I'm going to kill off react-tools. We haven't made a lot of noise about it but I will soon. I already shipped an updated version of jstranform with an API that is very similar to react-tools so the switch should be pretty easy. I even wrote a migration guide. This let's us ship transforms faster and not block on React releases.

It would be great if reactify could upgrade :)

jjmasse commented 9 years ago

@zpao is migrating to jsTransform still valid? This deprecation report says otherwise.

Or, will jsTransform continue to be maintained as its own library?

zpao commented 9 years ago

It's more valid than depending on react-tools but we're not planning on supporting jstransform anymore either.

jjmasse commented 9 years ago

@zpao Thats fair - thank you for clarifying.