A Brief Introduction to Different Deployment Platforms

Learn about different deployment platforms used with Next.js.

We'll cover the following

Deployment platforms

While thinking about a new web application, we have many things to consider. For example, how do we want to render its pages, which styling method do we want to adopt, where does data come from, how do we manage the application state, and where do we want to deploy the application itself?

Focusing on that last part, we could split one problem into two:

  • Where do we want to deploy our application?

  • How do we want to do it?

Get hands-on with 1200+ tech skills courses.