【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
相關文章
相關標籤/搜索