issues
search
sun-horse
/
grace-shopper
MIT License
1
stars
0
forks
source link
F/local cart
#125
Closed
brynn
closed
5 years ago
brynn
commented
5 years ago
[x] Uses local storage to persist cart state for logged out users
[x] Logic is handled by setCart() and addToCart() thunks
[x] Adds updateItemQuantity action creator to prevent duplicate items from being added to the cart (currently only works for logged out users)
[x] Refactors cart reducer to send a payload object to all action creators