In redux-observable, how do I control whether the reducers or epics react to an action first?

Viewed 1303

E.g. for certain actions, I want the reducers to process it before the epics do. And vice-versa for other actions. Is there a way to do this?

2 Answers
Related