#React Context for adding items to cart
7 messages · Page 1 of 1 (latest)
I took a look at your code
I'd like to say that you did a very good job with your provider and with your util functions, so well done. 👍
There a few simplifications we could do but that's another topic.
So if I understand you correctly, you want to see the "added/selected" products when we click on the cart?
Yeah. I just want to make sure the data is actually getting transferred so I can render them in my Cart component