首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
Next.js 9.4 发布
2020年5月13日 11:08 | 阅读 595 次

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

(文/开源中国)    




评论 (0)
游客请输入验证码
最新评论
0
0
收藏