react.backbone
react.backbone copied to clipboard
Support for React.BackboneMixin('user.address', 'change')
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')