Roman Valihura
Member since Mar 25, 2016
- Profile: /members/13120-roman-valihura.htm
- Comments: 3
Recent Blog Comments By Roman Valihura
-
Extending React.Component Using ES5 With ReactJS 0.14
Posted on Apr 7, 2016 at 12:51 PM
@Roman, I am sorry for my bad English :(... read more »
-
Extending React.Component Using ES5 With ReactJS 0.14
Posted on Apr 7, 2016 at 12:45 PM
@Ben, I has been resolve this problem. For support mixins you can install npm package "react-mixin". Its correctly work with ES5. If you want apply mixin for your class, you can made this: var ReactMixin = require("react-mixin"); ReactMixin.onClass(<your_class>, <your_... read more »
-
Extending React.Component Using ES5 With ReactJS 0.14
Posted on Mar 25, 2016 at 11:22 AM
Thanks for usefull post! I have a one question. How can I add mixins to my react component that created this way?... read more »