Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 496 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 496 Bytes

Code snippets and examples

  • registerRequestHeader example: After sign in, set an authentication header for all requests using redux-saga. code sample

  • registerReducer example: After sign out, clear the authenticated user from the state. code sample

  • requestActionCreator example: Refetch list of todos after receiving a socket message, using redux-saga. code sample