You'll want to look at eventChannel here yelouafi.github.io/redux-saga/docs/advanced/Chann….
Basically, you're going to create an observable-like channel that can put through your event data from websockets or whatever. It's pretty straight forward to use. Have fun!