Closed gaperton closed 8 years ago
mixins, props, context, state, and autobind support
@define({ mixins : [ A, B ], autobind : 'a b c' }) class My extends React.Component { render(){ } }
Implemented in 'develop'
mixins, props, context, state, and autobind support