Skip to content

Instantly share code, notes, and snippets.

@asherccohen
Created July 26, 2019 11:11
Show Gist options
  • Save asherccohen/4556749d8f9f43dee8db23dded98e862 to your computer and use it in GitHub Desktop.
Save asherccohen/4556749d8f9f43dee8db23dded98e862 to your computer and use it in GitHub Desktop.
reducerActionTypes
export const FETCH_TODOS_REQUEST = 'FETCH_TODOS_REQUEST';
export const FETCH_TODOS_SUCCESS = 'FETCH_TODOS_SUCCESS';
export const FETCH_TODOS_FAILURE = 'FETCH_TODOS_FAILURE';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment