Skip to content

Instantly share code, notes, and snippets.

@LarryKarani
Last active April 9, 2020 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LarryKarani/49b0b6db84ed99c8128ca73a09ba436e to your computer and use it in GitHub Desktop.
Save LarryKarani/49b0b6db84ed99c8128ca73a09ba436e to your computer and use it in GitHub Desktop.
{ type: ADD_TODO_SUCCESS, payload: { item: 'Todo item' } }
{ type: ADD_TODO_FAILURE, payload: {error: 'Bad item'} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment