Skip to content

Instantly share code, notes, and snippets.

@mayrascript
Created December 18, 2019 02:06
Show Gist options
  • Select an option

  • Save mayrascript/7a1daea5f9d52dffd25b7b4e6a5a3703 to your computer and use it in GitHub Desktop.

Select an option

Save mayrascript/7a1daea5f9d52dffd25b7b4e6a5a3703 to your computer and use it in GitHub Desktop.
export const actions = {
initialState: 'INITIAL_STATE',
add: 'ADD',
remove: 'REMOVE',
clear: 'CLEAR',
update: 'UPDATE',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment