Last active
November 26, 2018 10:29
-
-
Save clucasalcantara/0843b3e4a7fa9aebcfd40adb7f9c8721 to your computer and use it in GitHub Desktop.
Cart State
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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