David Chang

Results 13 issues of David Chang

Currently we got three runtime dependencies, * opal * opal-activesupport * react-rails It will be nice if we could test against the master branch of those gems. And with [cron...

A bug occurred while investigating #122, ```ruby class MyComponent include React::Component param :tip def render div { params.tip } end end class TooltipExample include React::Component def render tip = span...

bug

Here is a falling test case ``` ruby it 'is supposed to work' do k = Class.new { include React::Component before_mount do state[:foo] = 'bar' end def render div {...

bug

Turns out `opal-native` is already registered (https://rubygems.org/gems/opal-native/versions/0.0.4.2)

Given that we have [opal-activerecrod](https://github.com/boberetezeke/opal-activerecord) & [react-native-sqlite](https://github.com/almost/react-native-sqlite). I think it's possible to make ActiveRecord work.

https://github.com/joshaber/Few.swift

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...

React.js v0.13 is released last month (http://facebook.github.io/react/blog/2015/03/10/react-v0.13.html). Some work need to be done in react.rb to catch up this release, there is https://github.com/zetachang/react.rb/pull/17 which tracks all the changes introduced. ##...