单项选择题
在新兴框架react中,react父子组件传值,父传子传递props,props发生改变,子组件触发的周期函数是那个()
A.componentWillMount
B.componentDidMount
C.componentWillReciveProps
D.componentWillUnmount
点击查看答案
相关考题
-
单项选择题
在新兴框架react中,在react在组件的哪一个生命周期函数,发起ajax请求比较合适()
A.componentWillMount
B.componentDidMount
C.componentWillReciveProps
D.componentWillUnmount -
单项选择题
在新兴框架react中,react的生命周期中,初始化的时候,不执行下面哪一个周期函数()
A.componentWillMount
B.componentDidMount
C.render
D.componentDidUpdate -
单项选择题
在新兴框架react中,react中进行更改状态的函数——this.setState()的作用是什么()
A.更改数据状态
B.重新渲染界面
C.设置状态
D.更改数据状态并且触发render函数
