VoliJS / NestedReact

BackboneJS compatibility layer for React-MVx MVVM framework.
https://volicon.github.io/React-MVx
79 stars 5 forks source link

@define decorator for ES6 classes #6

Closed gaperton closed 7 years ago

gaperton commented 8 years ago

mixins, props, context, state, and autobind support

@define({
    mixins : [ A, B ],
    autobind : 'a b c'
})
class My extends React.Component {
    render(){

    }
}
gaperton commented 7 years ago

Implemented in 'develop'