Nextjs

NextJS

Description


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 (opens in a new tab)
version : 12.1
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.