zetachang / react.rb

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

Remove opal-browser dependency #133

Open wied03 opened 8 years ago

wied03 commented 8 years ago

In order to keep the core GEM light, might want to see if this can be removed and if necessary, put it on a higher level GEM.

ajjahn commented 8 years ago

@wied03 I agree with this. Opal browser is only gaining the ability to attach components to browser Elements. Really, we could continue to support that, but remove the requirement. Users can add depend on opal-browser specifically if they want that behavior.

sollycatprint commented 8 years ago

This issue was moved to reactrb/reactrb#133