-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSXTransformer deprecation #45
Comments
I'll have to experiment using https://github.com/mikach/requirejs-babel I hope it doesn't have any issue with r.js compilation.
|
👍 |
Is the JSX syntax really changing that much in 0.14 that we can't continue using |
I think we can cleanly and easily solve this problem using RReverser/acorn-jsx directly once 0.14 is launched. |
Is there any news on this? acorn-jsx also warns of the deprecation in favor of babel. |
No news. I didn't take the time to look for ways to use Babel and require.j On Tue, Oct 20, 2015, 8:14 AM Kevin Read [email protected] wrote:
|
Per this blog post:
http://facebook.github.io/react/blog/2015/06/12/deprecating-jstransform-and-react-tools.html
Looks like JSXTransformer is being deprecated and we should be looking at BabelJS for JSX transpiling. I am still wrapping my head around how this will work with requirejs in browser and also using r.js compiler but figure I would open the issue to start some discussion around it
The text was updated successfully, but these errors were encountered: