Starter code for a quick demo / exercise on Redux-RxJS.
Doggo App with 3 ways to view doggo pics:
- One Doggo
- Multiple Doggos
- Loop Doggos
Replace current implementation of the API service calls that uses Redux Thunk (in store/images/action.js) with Redux-RxJS Observables.
Tag | Description | Action |
---|---|---|
v1.0.0 | Base app. Uses Redux Thunk for the API calls | Start here for the full exercise |
v1.0.1 | Midpoint. redux-observable and Epics setup |
Start here to skip the setup and dive into Redux-RxJS |
v1.0.2 | Complete. Redux Thunk replaced with Redux-RxJS | One complete solution |
npm install
npm test
npm start