shakacode / old-react-on-rails-examples

Various example apps for React on Rails, outdated
1 stars 0 forks source link

Clean up sagas and exception handling #39

Open manbearshark opened 7 years ago

manbearshark commented 7 years ago

There were some issues with how sagas handled exceptions - this has been moved to the API code. Also I added a common generator function the sagas can use to handle todo actions, which reduces code duplication. Also added some tests for the async API stuff and the new saga generator functions.


This change is Reviewable