fruitByTheForLoops / GraceFlopper

Selling Grace's Fruity Seeds - bleeding edge e-commerce
MIT License
1 stars 2 forks source link

Find or create cart #44

Closed khu-md closed 4 years ago

khu-md commented 4 years ago

The goal here is to make it so that whenever the site loads - at the time of componentDidMount for the <Routes /> component, when loadInitialData is called, we should load carts into our redux state for logged in users. This set of changes also makes it so that when someone logs in - their carts get loaded at that time.