Skip to content

Sagas implementation based on redux-sagas. Learning inner workings

Notifications You must be signed in to change notification settings

ssaucedo/ssagas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux Saga implementation

Custom implementation of redux-saga. The idea is implement the most important redux-saga features to get a deeper understanding of the library.

Steps:

DONE:

  1. Map actions to generators using a custom middleware. Execute generator till the end.

  2. Implement take effect: Be able to yield a take effect from the generator and wait until the associated action.

  3. Be able to dispatch actions from a generator.

NEXT STEPS:

  1. Tests.

  2. Define taking policy. On register actions.

###To Read:

https://www.youtube.com/watch?v=xDuwrtwYHu8 http://www.cs.cornell.edu/andru/cs711/2002fa/reading/sagas.pdf https://msdn.microsoft.com/en-us/library/jj591569.aspx

Q

saga - fiber ?

About

Sagas implementation based on redux-sagas. Learning inner workings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published