相关考题
-
多项选择题
redux的特点有哪些()
A.单一数据源
B.State 是只读的
C.使用reducer可以返回新的state
D.通过dispatch(action)触发reducer -
多项选择题
下面那些react生命周期函数是属于存在期()
A.shouldComponentUpdate
B.componentWillMount
C.componentWillUnmount
D.componentWillReceiveProps -
单项选择题
Route组件上那个属性保证路由地址的全匹配()
A.exact
B.path
C.component
D.key