Skip to Content

NextJS

image

Description


image

what is it ? : React framework to build UI components and user interfaces,hanlde client & server rendering.TypeScript support, smart bundling, route pre-fetching, and more. No config needed.
URL : official website 
version : 14.2.28
Why ? :

  • All React features and way more.
  • Performance (Image optimization, on demand server rendering…).
  • Lazy loading (aka code splitting) Next.js is clever enough to only load the Javascript and CSS that are needed for any given page. This makes for much faster page loading times.
  • Typescript supported out of the box.
Last updated on