你好,正在學習react和es6.
我也有上去爬過之前的帖子,但是還是無法搞清楚
以下是我遇到問題稍微描述:
class Example extends React.Component {
getTitle() {...}
render() {
return(
<div>
</div>
)
}
}
class Example2 extends React.Component {
contructor() {
super();
this.handle = this.handle.bind(this);
}
handle() {...}
render() {
return(
<div>
{this.handle()} //綁定當前instance
</div>
)
}
}
為什麼有些需要綁定函數,有些不用?
要如何分辨?
謝謝(新手)
慕田峪9158850
婷婷同学_
元芳怎么了
Cats萌萌
相关分类