Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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())

About

No description, website, or topics provided.

Resources

Stars

14 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages