Next.js upgrade emphasizes static site generation 您所在的位置:网站首页 word中文字有颜色背景如何取消 Next.js upgrade emphasizes static site generation

Next.js upgrade emphasizes static site generation

2022-09-23 20:56| 来源: 网络整理| 查看: 265

Next.js, positioned as a React framework for the enterprise, is available in a new version that emphasizes static site generation. The update, Next.js 9.3, was released on March 9.

Next.js 9.3 includes API additions that provide built-in, optimized static site generation through new data-fetching methods. These methods include `getStaticProps`, which is used to fetch data at build time and specify dynamic routes to pre-render based on data, and `getServerSideProps`, which fetches data on each request.

[ Also on InfoWorld: TypeScript vs. JavaScript: Understand the differences ]

Next.js 9.3 also features a way to offer parameters to statically generate static pages for dynamic routes, called `getStaticPaths`. The new methods offer advantages over the previous聽`getInitialPaths` model, providing a clear distinction between server-side rendering and static generation.聽

Other new capabilities and improvements in Next.js 9.3 include:

A 32KB reduction in the runtime for all Next.js applications, done through optimizations. Preview Mode, for bypassing statically generated pages to display drafts from a CMS. Built-in Sass support for global stylesheets, with applications now able to directly import .scss files as global stylesheets. Built-in CSS module support for component-level styles, in which locally scoped CSS can be imported and used in an application, using the `module.scss` file convention. Automatic static optimization for the 404 page, with improved reliability and speed by statically serving the 404 page. [ Also on InfoWorld: 15 great alternatives to React, Angular, and Vue ]

All changes cited for Next.js 9.3 are non-breaking and backward-compatible. To access the upgrade, developers should run the following command:

$ npm i next@latest react@latest react-dom@latest



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有