Skip to content

Instantly share code, notes, and snippets.

@meetzaveri
Created December 10, 2018 07:31
Show Gist options
  • Save meetzaveri/49ac420d1e244effbd74d618622b2ae2 to your computer and use it in GitHub Desktop.
Save meetzaveri/49ac420d1e244effbd74d618622b2ae2 to your computer and use it in GitHub Desktop.

Redux Saga flow for creating actions, reducers and store

Flow-

1. Create Actions,
2. Create reducer,
3. Attach it in store,
4. create saga,
5. add API in services,
6. connect patch in main container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment