摘要: redux中间件概念 比较容易理解。 在使用redux时,改变store state的一个固定套路是调用store.dispatch(action)方法,将action送到reducer中。 所谓中间件,就是在dispatch发送action 和 action到达reducer 之间,加入一些中间层 阅读全文
posted @ 2017-09-16 17:36 瓶子2333 阅读(328) 评论(0) 推荐(0)