DEV Community

Discussion on: Five things I learned by building my own shopping cart and checkout with Gatsby and Stripe

Collapse
 
osseonews profile image
Shlomo

On your demo, are you using Stripe's use-shopping-cart or did you create your own React cart?

Collapse
 
nhuynh1 profile image
Nancy

I built my own cart as a learning exercise, but I don't recommend going down that path unless you are also looking to brush up React skills or learn/challenge yourself. Based on the use-shopping-cart documentations it looks sufficient for typical shopping cart use cases and would make more sense for production/clients