相关考题
-
单项选择题
react中向子组件传递一个props的时候,会触发哪一个周期函数()
A.componentWillMount
B.componentDidMount
C.componentWillReciveProps
D.componentWillUnmount -
单项选择题
在react中的一个组件中,在哪一个周期函数中做性能优化()
A.componentWillMount
B.componentDidMount
C.componentWillReciveProps
D.shouldComponentUpdate -
单项选择题
componentDidMount在组件生命周期中执行几次()
A.1
B.2
C.3
D.4
