Skip to content

Quick proof of concept of a forked saga that continues to retry it's actions until success.

Notifications You must be signed in to change notification settings

bfillmer/saga-restart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saga Restart

A quick prototype of leveraging a higher-order function to wrap sagas that should continue to retry their tasks even if said task throws an error. See src/state/sagas/home.js for the bulk of the code around this.

Overview

Notes on Routing

Routes are state. In this implementation that state is stored in Redux and managed primarily by redux-first-router. There are three mappings of route state, the impelmentation of actual browser url to type (state/routes), the mapping of types to UI components (view/Routes), and the mapping of types to sagas for side-effects (state/sagas/routes).

About

Quick proof of concept of a forked saga that continues to retry it's actions until success.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published