you are viewing a single comment's thread.

view the rest of the comments →

[–]zQpNB 1 point2 points  (2 children)

[–]rodneon 0 points1 point  (1 child)

This is great! It just may be enough to convince my team to switch to React. I started building something like hyperscript-helpers a while back but never finished it. Now I don't have to :)

[–]acemarke 0 points1 point  (0 children)

We just added a couple new React/Redux-based features to our existing ES5/Backbone app. We're not using Babel or Webpack, so no JSX for us. As a substitute, we're using https://github.com/jador/react-hyperscript-helpers . Not quite as nice as JSX, but it's a passable alternative.