, @decorator.
JavaScript- ES2015 stage-0 Babel, !
:
import autobind from 'autobind-decorator'
<li onClick={ this.closeFeedback }>Close</li>
@autobind
closeFeedback() {
this.setState( { closed: true } );
}
, . :
npm install
npm install
npm install
npm install
:
npm install
.babelrc webpack.config.js , :
query: {
presets: ['es2015', 'react', 'stage-0'],
plugins: [['transform-decorators-legacy']]
}
( , .babelrc root node .)
!