redux简述
页面进来后网络加载成功,通过dispatch派发一个action,action里边首先发送网络请求,请求服务器数据,完成后再次通过dispatch派发一个同步action,触发reducer中的数据改变(state),state改变,view重新渲染

相关文章: