Skip to content
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

Open
tsjoberg opened this issue Jun 24, 2015 · 6 comments
Open

JSXTransformer deprecation #45

tsjoberg opened this issue Jun 24, 2015 · 6 comments

Comments

@tsjoberg
Copy link
Contributor

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

@felipecrv
Copy link
Owner

I'll have to experiment using https://github.com/mikach/requirejs-babel

I hope it doesn't have any issue with r.js compilation.
On Jun 24, 2015 4:45 PM, "Tom Sjoberg" [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


Reply to this email directly or view it on GitHub
#45.

@joelkuiper
Copy link

👍

@felipecrv
Copy link
Owner

Is the JSX syntax really changing that much in 0.14 that we can't continue using JSXTransformer to do in-browser compilation of JSX?

@felipecrv
Copy link
Owner

I think we can cleanly and easily solve this problem using RReverser/acorn-jsx directly once 0.14 is launched.

@unverbraucht
Copy link

Is there any news on this? acorn-jsx also warns of the deprecation in favor of babel.

@felipecrv
Copy link
Owner

No news. I didn't take the time to look for ways to use Babel and require.j
yet.

On Tue, Oct 20, 2015, 8:14 AM Kevin Read [email protected] wrote:

Is there any news on this? acorn-jsx also warns of the deprecation in
favor of babel.


Reply to this email directly or view it on GitHub
#45 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants