-
Notifications
You must be signed in to change notification settings - Fork 0
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
Have you thought about babel ? #10
Comments
Hey, thanks. |
I never wrote any babel plugin, so I'm maybe not the rigt person for this. Still I found this https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-inline-elements It's the babel plugin that do the heavy lifting for the jsx syntax |
Hi everyone! I wrote babel hiccup plugin. Any feedback, please. |
Great job! Babel is 100% the way to go today |
This project is a great idea.
But have you thought about using babel instead of sweet.js ?
I assume most people who use react also use babel.
So it would be easier to adopt as a depedecy.
Just like babel has a react preset, we could have a react-hipccup preset. And there you don't even need a function/macro call.
Wouldn't it be perfect?
The text was updated successfully, but these errors were encountered: