MyGit

2.0.0

pburtchaell/redux-promise-middleware

版本发布时间: 2015-11-03 22:47:28

pburtchaell/redux-promise-middleware最新发布版本:6.2.0(2023-12-28 03:07:18)

Adds

Breaking Changes :fire:

The middleware must now be initiliazed like this:

composeStoreWithMiddleware = applyMiddleware(
  promiseMiddleware()
)(createStore);

Previously it was:

composeStoreWithMiddleware = applyMiddleware(
  promiseMiddleware
)(createStore);

相关地址:原始地址 下载(tar) 下载(zip)

查看:2015-11-03发行的版本