KELiON / redux-async-initial-state

Redux middleware that helps you load redux initial state asynchronously
MIT License
114 stars 12 forks source link

Makes middleware return next(action) #21

Closed kkataev closed 5 years ago

kkataev commented 5 years ago

That function will be given the next middleware's dispatch method, and is expected to return a function of action calling next(action): Docs