相关考题
-
单项选择题
jsx语法中,不能嵌入的js数据类型是()
A.数组
B.字符串
C.对象
D.布尔型数据 -
单项选择题
react中向子组件传递一个props的时候,会触发哪一个周期函数()
A.componentWillMount
B.componentDidMount
C.componentWillReciveProps
D.componentWillUnmount -
单项选择题
在react中的一个组件中,在哪一个周期函数中做性能优化()
A.componentWillMount
B.componentDidMount
C.componentWillReciveProps
D.shouldComponentUpdate
