|
|
|
|
|
by STRML
3994 days ago
|
|
We have a few rather complex mixins in React-Router-Component and react-mixin's decorators worked just fine [1]. The only limitation I see now is a mixin that defines more mixins; this currently doesn't work, but there's no reason why it couldn't. I am considering a patch. 1. https://github.com/STRML/react-router-component/blob/master/... |
|
> The only limitation I see now is a mixin that defines more mixins; this currently doesn't work
Why and how would you do this?