皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Next.js 7.0.0 Canary 12,React 服务器端渲染框架

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

此次更新内容如下:

Minor Changes

  • Provide a way to copy files in exportPathMap: #5089
  • Remove module.exports from client bundles: #5093

Patches

  • Add with-yarn-workspaces example: #5034
  • Move next export into it’s own directory: #5084
  • Fix dependencies: #5091
  • Make sure that 404’s is not cached by CDN:s: #5088
  • Remove obsolete route: #5092
  • Added example with IBM Carbon Components, with demonstrated customizability: #4932
  • Add with-mobx-state-tree-typescript example (re-submitting due to accidental deletion): #5077
  • Update example: with-sitemap-and-robots-express-server: #4579
  • Fix HMR when parent directory starts with ‘.’: #4589

下载地址:

转自 https://www.oschina.net/news/99621/next-js-7-0-0-canary12-released