相关考题
-
多项选择题
react组件,下面不属于性能优化的周期函数的是()
A.componentWillMount
B.componentDidMount
C.componentWillReciveProps
D.shouldComponentUpdate -
单项选择题
在我们学习的react框架中,组件render属性的作用是什么?()
A.渲染一个优先级比component高的组件
B.渲染一个优先级比component低的组件
C.可以对组件做一些自定义操作
D.组件中可以没有render方法 -
单项选择题
在我们学习的react框架中,在react指定只传递一个子代()
A.PropTypes.element.isRequired
B.PropTypes.any.isRequired
C.PropTypes.func.isRequired
D.PropTypes.element
