issues
search
sun-horse
/
grace-shopper
MIT License
1
stars
0
forks
source link
F/local storage
#135
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 clearCart action creator to clear the cart
[x] Clears local storage cart when user logs out
[x] Misc style changes