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

Support for React.BackboneMixin('user.address', 'change')

Open Sundarasan opened this issue 9 years ago • 0 comments

Now I am able to attach mixin only for model/collection present in the component props.

If the model is present deeper in props then cannot add mixin for those.

It will be good if you can support something like this:

React.BackboneMixin('user.address', 'change')

Sundarasan avatar Jan 07 '16 09:01 Sundarasan