react这个bind是不是多余的 ?

  constructor(props) {

    super(props);

    this.render = this.render.bind(this);

    this.state = {

      items: this.props.items,

      disabled: true

    };

  }


月关宝盒
浏览 501回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript