DEV Community

Discussion on: Async actions in Redux with RxJS and Redux Observable

Collapse
 
kuzyo profile image
Yaroslav Kuzyo

Need a bit help with redux-observable, maybe sameone can help and clear things for me. For example - component has innerate state, and i want toggle that inner state after specific action. With thank I was able to .then and toggle, but not sure how to do it with observables.

Collapse
 
joshpitzalis profile image
Josh

If you raise this question on stack overflow and tag it with redux-observable I'm sure there is more than a few of us willing to help.