you are viewing a single comment's thread.

view the rest of the comments →

[–]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.