NextJS

Next.js is a powerful open-source React framework developed by Vercel (formerly Zeit). It extends React by providing additional features that make it easier to build production-grade web applications.

Top Key Features of NextJS are,

  • Server-Side Rendering (SSR)

  • Static Site Generation (SSG)

  • API Routes

  • File-based Routing

  • Image Optimisation

  • Incremental Static Regeneration

  • CSS, SCSS and Typescript Support

  • Fast Refresh

Get more info on https://nextjs.org/docs

Last updated