API Reference
React Epic provides two ways to subscribe to a stream: By either using <Subscribe />
or providing a component with a HOC via withRx
. Furthermore, there're three utilities to work with state and actions binding are bindState
, bindAction
and bindActions
.
Components
Decorators
Functions
State and Actions Binding
bindState
bindAction
bindActions
Epic
lift
combineEpics
combineSubscriptions
Redux Binding
createAction
To top: Table of Contents
Next: Handling Error
Last updated
Was this helpful?