This repo was used in a live coding excercise in a talk about redux-observable at the ReactJS Göteborg meetup. It's a small web app that queries the excellent dad joke API.
The project was bootstrapped with Create React App. The starting point of the talk can be found in the talk-starting-point branch.
- It's a Redux middleware
- Let's you act on the stream of all actions that flow through your app, and produce new actions that will be dispatched to your store.
- It let's you leverage the RxJS toolbox to express complex async flows/side effects/business logic in your Redux application.
You can find the presentation on Google Slides.