【14】redux 之 redux-actions

redux-actions有两大法宝createAction和handleActions.javascript createAction http://www.jianshu.com/p/6ba5cd795077 原来建立action:html const startAction = () => ({ type: START }); 使用redux-actions建立action:java imp
相关文章
相关标签/搜索