You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
This version of reactify contains less code and dependencies then old 0.13.0.
In my version I've deleted such additional options as visitors and a possibility to omit /** @jsx h */.
Sorry I didn't apply commits to you version but began from empty code.
But feel free to use my code.
And I want to pull new commits from msx to mercury-jsx. Is it needed for your project?
And can we create some universal transformer or differences of h and React.create is more then names only? Thanks.
The text was updated successfully, but these errors were encountered:
See jsx-transform and gulp-jsx. jsx-transform is decoupled from both React and virtual-dom allowing you to use custom constructors, rename attributes, etc.
@Raynos,
I've created a version of mercury-jsxify based on reactify version
1.0.0
: https://github.com/kuraga/mercury-jsxifyThis version of
reactify
contains less code and dependencies then old0.13.0
.In my version I've deleted such additional options as visitors and a possibility to omit
/** @jsx h */
.Sorry I didn't apply commits to you version but began from empty code.
But feel free to use my code.
And I want to pull new commits from msx to mercury-jsx.
Is it needed for your project?
And can we create some universal transformer or differences of
h
andReact.create
is more then names only? Thanks.The text was updated successfully, but these errors were encountered: