Throughout this book, we’ve explored the code required to help us start building an e-commerce site using Gatsby and covered some of the more practical concerns we need to consider when using the framework.
However, there is one more project I would like to try, and it relates to the checkout process of our site. “Huh?” I hear you ask. We’ve got a perfectly good checkout in the form of Shopify – why would we want to replace it? It’s a good question, but as always, there is method in the apparent madness!
It might seem odd to cover the payment process again at this late stage in the book. Advances in client-side ...