React异步后的dispatch问题

#1

在action里面发起两次dispatch不带异步请求的 页面只render一次
在action里面的一个异步请求回调中 发起两次dispatch 页面有两次render 为什么

#2

redux? 如果是 redux 的话,redux-react 会浅比较一次的。数据没变不会刷新

#3

两次发起的请求都有数据改变