0
我有一個陣營組件,如:如何將「this」與其他組件的回調函數之外的函數綁定?
function callback(params){..
// I need to use this.setstate but this callback function is called
// from other component. How do I bind value of this here
// 'this' of RespProperties
...
}
class RespProperties extends Component { ..
...
}
這個回調函數是從其他組件調用。我如何在這裏綁定'this'的值,以便它可以使用這個組件的狀態?
如果您不知道提問者的含義,請不要回答問題,請在提問中澄清問題...歡迎來到SO – JordanHendrix