Orchestrate Actions with Redux Listeners
There are multiple ways and libraries to handle asynchronous data flows in Redux. Some do a lot, some do just a little.
redux-listeners is a small middleware for Redux which makes handling async are orchestrating action in Redux a breeze.
It’s the sweet spot in-between redux-thunk
and redux-saga