Redux-Saga External Event Listener
You can have redux-saga listen in on event sources other than the Redux Store. The default nature of redux-saga is pull based. We need to write a saga that is push based, so that the external event listener like an API can push updates to...