Y
Hacker News
new
|
ask
|
show
|
jobs
by
rvikmanis
3886 days ago
It has:
https://facebook.github.io/jsx/
1 comments
andrezsanchez
3886 days ago
Emphasis on "implemented" haha. At least this makes it more open since someone can come in and make their own implementation. As it currently stands I don't think you can use Facebook's implementation to transform JSX to a framework-agnostic object.
link
dmnd
3886 days ago
You can use babel. Look at the custom example here:
http://babeljs.io/docs/advanced/transformers/other/react/
link
k__
3886 days ago
Well, you could fork it:
https://github.com/insin/msx
link