ember-react
ember-react copied to clipboard
Lightweight set of utilities to make using React inside of Ember.js easier
As of React v15, the [setProps function is deprecated](https://facebook.github.io/react/blog/2016/04/07/react-v15.html#removed-deprecations) and the current implementation causes errors when using React 15+. As an alternative, we can use state in place of props...
Using the `react` helper like in the readme, e.g. `{{react componentName='mycomponent' foo=bar }}` `this.props.foo` inside the react component is not set. Not working for Ember 1.13+.
Hey, So I pulled down ember-react to experiment in our ember application, and as of ember 1.11.3 at least the assumption that setUnknownProperty is called whenever a property changes doesn't...