1806GraceShop / GraceShopper

A fullstack shopping application.
MIT License
2 stars 0 forks source link

Add to cart button #115 #117

Closed pckilgore closed 6 years ago

pckilgore commented 6 years ago

'adding to cart' functionality works site wide with matching changes in the DB.

Remove from cart is next. I'll probably just abstract the AddToCartButton higher order component even further to keep my business logic in the same place.

Also closes #104, #103

(Note, this branch should only be reviewed after #114 --> it needed to contain those changes by necessity, and will make the review process for this branch much simpler).