Vercel Hosting
Vercel is the creator of Next.js. Also, and perhaps more importantly, they can host your Next.js apps.
We'll cover the following...
The creators of Next.js
Vercel is the creator of Next.js. They are a hosting company that is out to simplify dev ops. Their main service is hosting Jamstack applications, which is what Next.js is. You will learn more about Jamstack applications later in this lesson. Vercel can host all of these and make deployment a breeze.
vercel.com
Vercel is a service that you can deploy 30+ Jamstack frameworks to. In my opinion, Next.js is the most popular amongst all 30.
After working with Next.js, it was easy for me to get ...