larkinds / recurse-randomice

A webstore for a hypothetical ice cream store that combines adjectives and nouns for silly flavors
MIT License
4 stars 2 forks source link

Feature: Update/Persist State When Data Changes - Cart and Checkout #54

Open larkinds opened 1 year ago

larkinds commented 1 year ago

Overview When a customer adds products to the cart, we want the cart to reflect those choices. Further, if a customer edits or deletes items from the cart, relevant areas of the cart and the checkout page should reflect those changes. Integrate the cart and checkout pages with state persisted in the relevant reducers, and use the dispatch/actions to allow the user to make changes.

This issue depends on https://github.com/larkinds/recurse-randomice/issues/52, https://github.com/larkinds/recurse-randomice/issues/51, #43, and #44 being finished before it can be implemented.

Actions

Resources React's Documentation on Reducers

larkinds commented 10 months ago

@pearlescence-m Is this issue closed? If so, close it on out and congrats!