Marble testing redux-observable
redux-observable [https://redux-observable.js.org/] is a great way for modeling asynchronous effects in Redux [https://redux.js.org/]. Based on RxJS [https://github.com/ReactiveX/RxJS], it allows you to represent your actions and their effects as streams of events over time. It can be a bit tricky t…
