cskeppstedt / redux-observables-talk

Sample app to demonstrate redux-observable

Home Page:https://cskeppstedt.github.io/redux-observables-talk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redux-observables talk

Build Status

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.

What is it

  • 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.

What does it solve

  • It let's you leverage the RxJS toolbox to express complex async flows/side effects/business logic in your Redux application.

Presentation deck

You can find the presentation on Google Slides.

About

Sample app to demonstrate redux-observable

https://cskeppstedt.github.io/redux-observables-talk/


Languages

Language:JavaScript 82.1%Language:HTML 17.9%