Chapter 13: Building an E-Commerce Website with Next.js and GraphCMS
During our journey exploring Next.js, we've learned a lot. We've explored different rendering methodologies, styling techniques, integrations, and even deployment strategies.
Now it's time to start creating something worth going to production, taking advantage of everything we have learned so far.
In this chapter, we will see how to adopt Next.js to build e-commerce storefronts from scratch.
We will look at the following in detail:
- What GraphCMS is and how to adopt it
- How to integrate payment methods such as Stripe
- How to deploy an e-commerce website
By the end of this chapter, you will be able to describe a Next.js e-commerce architecture, find the right SEO and performance tradeoff, and deploy your Next.js instance on the right cloud platform.