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