Site do framework → https://nextjs.org/
Empresa por trás → https://vercel.com/
If your house is a web application, and in the previous lesson we built its foundation with .nvmrc
, we can say that the walls of the house can be made by Next.
Next.js is a web development framework, one of several that exist.
And in these initial hours it is common to be indecisive about which one to choose, and even suffer from:
But don't worry, it's a framework that will have little influence on the way you build a website. It won't dictate which furniture should go inside the house (React will do that, lol), or how many rooms it should have, for example.
It will limit itself to providing the structure that will house your application, regardless (or at least very little dependent) on who it is.
With next, both building the masonry (walls) and inaugurating the work (hosting the website) has never been so easy, because the company responsible for Next: Vercel, is also a web application host.
Ultimately, using Next guarantees you one of the best integrations between framework and web host. Since both are from the same company.