至尊寶的傳說
2018-10-12 14:09:47
看了很多教程,都說componentWillReceiveProps要傳入一個(gè)參數(shù),那么到底在哪里調(diào)用這個(gè)函數(shù),傳入?yún)?shù)呢?網(wǎng)上找了很多,都沒講怎么觸發(fā)。
1 回答

RISEBY
TA貢獻(xiàn)1856條經(jīng)驗(yàn) 獲得超5個(gè)贊
componentWillReceiveProps() is invoked before a mounted component receives new props. If you need to update the state in response to prop changes (for example, to reset it), you may compare this.props and nextProps and perform state transitions using this.setState() in this method.
當(dāng)組件傳入的 props 發(fā)生變化時(shí)調(diào)用,例如:父組件狀態(tài)改變,給子組件傳入了新的prop值。用于組件 props 變化后,更新state。
添加回答
舉報(bào)
0/150
提交
取消