react-redux的connect()方法 學習筆記

connect([mapStateToProps], [mapDispatchToProps], [mergeProps], [options]) 鏈接 React 組件與 Redux store。react 鏈接操做不會改變原來的組件類,反而返回一個新的已與 Redux store 鏈接的組件類。web 參數 [mapStateToProps(state, [ownProps]): stateP
相關文章
相關標籤/搜索