Nextjs
Next.js is an open-source React framework for building production-grade web applications. Developed and maintained by Vercel (formerly Zeit) and the broader community, it extends React with features intended to improve rendering performance and developer experience.
Applications built with Next.js can employ server-side rendering (SSR) to render pages on the server, static
Routing in Next.js is based on the file-system. The pages directory exposes routes where files map to
Other features include API routes for building backend endpoints under the same project (pages/api/*), image optimization
Next.js can run on Node.js servers or as serverless functions and is commonly deployed on Vercel, though