Chapter 11: Different Deployment Platforms
In the previous chapters, we saw how Next.js works, how to optimize it for SEO, how to deal with performance, how to adopt UI frameworks, and how to fetch data on both the client and server sides, eventually being able to create a fantastic web application. But then, we have a problem: how should we ship it to production? There are many different hosting providers, cloud platforms, and even Platform as a Service (PaaS) solutions out there; how do we pick one?
In this chapter, we will see how to choose the right deployment platform.
We will look at the following in detail:
- How choosing the right deployment platform could affect performance
- How to decide between different cloud solutions
- What are the ...
Get Real-World Next.js now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.