backbone.react-bridge icon indicating copy to clipboard operation
backbone.react-bridge copied to clipboard

Transform Backbone views to React components and vice versa

Results 12 backbone.react-bridge issues
Sort by recently updated
recently updated
newest added
trafficstars

This is the change we're currently using in product to deal with an issue where a view is destroyed and then recreated.

The method `destroyListener` called by the React `componentWillUnmount` lifecycle method destroys all of the model/collection listeners. The off method should only remove the `this.updateComponentState` callback.