Description
Next.js is a React framework that developers use to build full-stack web applications with server-side rendering, static generation, and API routes built in. It ships with file-based routing, automatic code splitting, and a hybrid rendering model—so you can render pages on the server, cache them statically, or generate them on demand, all in the same project.