close
bindActionCreators --- redux
connect ---react-redux
____________________________
bindActionCreators 用法 :http://ithelp.ithome.com.tw/articles/10187062
function matchDispatchtoProps(dispatch){
return bindActionCreators({selectuser:selectuser},dispatch);
}
1.觀念
reduce會得Store State
action 觸發reduce
全站熱搜