Skip to content

cskeppstedt/redux-observables-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.