andreypopp / reactify

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

v2 #77

Open dy opened 5 years ago

dy commented 5 years ago

Following the https://ghub.io/esmify and related transforms, that would be nice to make a cumulative transform, making browserify work for react-apps and even better.

So far the subset of create-react-app it is done in https://github.com/dy/budo, but that would be nice to have it extended to cover more use-cases, first of all, importing css, raw data and handling JSX in babel-less way.

@andreypopp do you have an opinion on that?

andreypopp commented 5 years ago

No opinion, sorry, I'm not using browserify at all now. Feel free to take over this project if needed.

dy commented 5 years ago

Ok. You can transfer it to @jsxify org for now if you want, I'm planning to organize things there. Thanks!

dy commented 5 years ago

@andreypopp I've come up with swcify transform, handling JSX/es6. I'm going to compare sucrase / typescript in jsxify. Would be nice to make reactify a single transform for budo, simply enabling common react/webpack practices as classes, css, decorators. Can you pls add me to owners of this repository? And npm as well. Thx!