Next.js 9.4 发布

栏目: 软件资讯 · 发布时间: 5年前

内容简介:Next.js 9.4 已发布,Next.js 是一个用于在服务端渲染 React 应用程序的简单框架。 主要更新内容如下: 快速刷新(Fast Refresh): 快速可靠的实时编辑体验,此功能在 Facebook 的规模中得到了验证 增量静态更新 ...

Next.js 9.4 已发布,Next.js 是一个用于在服务端渲染 React 应用程序的简单框架。

主要更新内容如下:

export async 
function
 
getStaticProps
()
 {

  
return
 {
    props: await getDataFromCMS(),
    
// we will attempt to re-generate the page:

    
// - when a request comes in

    
// - at most once every second

    unstable_revalidate: 
1

  }
}

详情查看 https://nextjs.org/blog/next-9-4


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Text Processing in Python

Text Processing in Python

David Mertz / Addison-Wesley Professional / 2003-6-12 / USD 54.99

Text Processing in Python describes techniques for manipulation of text using the Python programming language. At the broadest level, text processing is simply taking textual information and doing som......一起来看看 《Text Processing in Python》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具