多项选择题
redux中action应用正确的是()
A.action是一个对象
B.action中必须存在type属性
C.action中必须存在data属性
D.可以通过函数返回
点击查看答案
相关考题
-
多项选择题
react中下面哪些生命周期不能改变state ()
A.render
B.componentDidMount
C.shouldComponentUpdate
D.componentWillUpdate -
多项选择题
react组件分为哪些周期()
A.存在期
B.销毁期
C.更改期
D.实例期 -
多项选择题
proptypes能检测的类型有()
A.array
B.Object
C.Function
D.String
