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
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