_From @zetachang on April 1, 2015 12:49_ Tracking progress of upgrading to React v0.13 - [x] Integrate `master`'s React::Element work - [x] `React::Testing` added to clean up testing code - [x] `native_alias` all the life cycle methods - [x] Make `react-source` as runtime dependency - [x] Fix all the test warning - [x] Separate code run in Ruby in opal namespace - [x] Clarify the dependency with React.js (only depends on core rather than add ons) - [x] update README - [ ] drop sprockets 2.0 (as opal master is dropping it) - [ ] ReactComponent access from this.refs is not ruby object - [ ] update examples - [ ] `present(Foo).on(:event_name)` won't work - [x] raise error when deprecated method invoked - [x] Object.assign shim _Copied from original issue: zetachang/react.rb/pull/17_
From @zetachang on April 1, 2015 12:49
Tracking progress of upgrading to React v0.13
master's React::Element workReact::Testingadded to clean up testing codenative_aliasall the life cycle methodsreact-sourceas runtime dependencypresent(Foo).on(:event_name)won't workCopied from original issue: zetachang/react.rb/pull/17