Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 558 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 558 Bytes

Intermediate React vote workshop

This workshop should give you a very simple overview of redux-observable and how to use in a simple react application.

Todo

You have to complete the application using redux-observable to manage the side effects, you only need to complete:

  • The actions
  • The Epics

All the UI and the configuration bit is already done for you.

Bonus

  • Debounce the POST request for a vote

Needed