Slide 16
Slide 16 text
redux-observable
• RxJS 5 based middleware for redux.
• „Compose and cancel async actions to create side
effects and more.“ - Official description
• Transform dispatched actions to RxJS Streams and add
a new layer to redux called „epic“. So you can handle
actions the reactive programming way.
• Cancel ajax requests or retry if the request failed.
• Dispatch different actions on success or error.
Theory