Part 3: Next.js by Example
In this part, we will write some production-grade apps using all the methods and strategies we've explored in the past chapters. We will manage production-ready authentication, consume GraphQL APIs, and integrate Stripe, a payment service.
We will also see the next steps for becoming even more confident with Next.js by developing some example apps and learning how to stay up to date regarding this fast-evolving framework.
This section comprises the following chapters:
- Chapter 12, Managing Authentication and User Sessions
- Chapter 13, Building an E-Commerce Website with Next.js and GraphCMS
- Chapter 14, Example Projects and the Next Steps for Learning More