Skip to content

Instantly share code, notes, and snippets.

@clucasalcantara
Last active November 26, 2018 10:29
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 clucasalcantara/0843b3e4a7fa9aebcfd40adb7f9c8721 to your computer and use it in GitHub Desktop.
Save clucasalcantara/0843b3e4a7fa9aebcfd40adb7f9c8721 to your computer and use it in GitHub Desktop.
Cart State
const initialState = {
total: 0,
itemCount: 0,
products: []
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment