Skip to content

Instantly share code, notes, and snippets.

@itaditya
Created September 28, 2020 04:29
Show Gist options
  • Save itaditya/4e33d6f09f6f81091d143ec634487bf1 to your computer and use it in GitHub Desktop.
Save itaditya/4e33d6f09f6f81091d143ec634487bf1 to your computer and use it in GitHub Desktop.
(Blog) Build a Redux hooked app
export const ACTIONS = {
CHANGE_DIET: 'CHANGE_DIET',
LOAD_MENU: 'LOAD_MENU',
ADD_TO_CART: 'ADD_TO_CART',
REMOVE_FROM_CART: 'REMOVE_FROM_CART',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment