zetachang / react.rb

Opal Ruby wrapper of React.js library.
http://reactrb.org/
MIT License
547 stars 35 forks source link

Remove JSX support #46

Open zetachang opened 9 years ago

zetachang commented 9 years ago

After discussing with @catmando, to support JSX, extra dependency on sprockets make it hard to maintain backward compatibility either for opal 0.7 or rails 3.

And given that the integration with react-rails gem is possible, we could simply rely on JSX compiling feature provided by it rather than rolling our own.

sollycatprint commented 8 years ago

This issue was moved to reactrb/reactrb#46