Next.js 6.0.2 发布,React 应用的后端渲染框架

  

Next.js 6.0.2 已发布,Next.js 是一个用于在服务端渲染 React 应用程序的简单框架。本次更新包括以下内容:

  • Fix example with-custom-babel-config: update to Babel 7: #4349

  • Update README in with-global-stylesheet-simple [ci skip]: #4361

  • Update babel-plugin-module-resolver version in with-global-stylesheet: #4360

  • Update package.json in with-docker example: #4359

  • Fix class name in data-fetch example: #4358

  • Updating with-redux-saga example: #4356

  • Fixes 'next export' when exportPathMap function depends on runtime config: #4339

  • Set this.mounted to false when dynamic component is unmounted: #4333

  • Upgrade with-typescript to use latest next-typescript: 2c3f406

    扫描二维码关注公众号,回复: 789129 查看本文章
  • Make sure props.url is immutable: #4352

下载地址:

猜你喜欢

转载自www.oschina.net/news/96047/next-js-6-0-2-released