/react-redux-observable-epic-chain-apis

Sample project demonstrating how to chain api calls using Redux Observable Epic (RxJs)

Primary LanguageJavaScript

React - Redux Observable Epic Chain Apis

Sample project demonstrating how to chain Api calls using Redux Observable Epic (RxJs 6.x.x). Each subsequent Api depends on data returned by previous Api call.

Project Setup

  • React v16.4.2
  • React Redux v5.0.7
  • Redux Observable v1.0.0
  • RxJs v6.2.2

Redux Observable v1.0.0 Migration

screenshot