react-hyperscript-helpers
react-hyperscript-helpers copied to clipboard
Not clear on benefits over hyperscript + hyperscript-helpers
I'm not clear what the benefits of this package are over just combining hyperscript + hyperscript-helpers.
The readme asserts that it:
Allows for expressing UIs in the hyperscript-helpers style but with first class support for React.
The api has been greatly improved, making the library usable for actual projects.
Having successfully used the above pairing for actual projects, I'm not clear on what the differences are between this package and libraries that inspired it 🙂
One small difference is that this library exports a hyperscript function which allows to specifiy a react component and a selector:
h(MyComponent, '.large');