mocheng / react-and-redux

《深入浅出React和Redux》代码

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如果一个页面有多个action

guoxiangwen opened this issue · comments

commented

如果一个页面有多个action,比如getList add delete put 每一个操作都对应三个action:fetchstart,frtchSuccess,fetchFailed 这样是不是我要写12个action呢?