redux-chain-middleware

1.0.0 • Public • Published

redux-chain-middleware

redux middleware which allows dispatching promise action creators sequentially

Usage


sequentially

dispatch([
  a(),
  b(),
  c()
])

concurrently

dispatch(a())
dispatch(b())
dispatch(c())

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i redux-chain-middleware

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • terpiljenya