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

Next.js 4.3.0-canary.1 发布,React 应用的后端渲染框架

Next.js 4.3.0-canary.1 发布,React 应用的后端渲染框架

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

更新内容:

小变化:

  • Add .jsx extension support: #3376
  • Combine source maps: #3178
  • Support de-deduping head tags by setting key: #3170
  • Allow overriding Content-Type: #3242
  • Set Cache-Control max-age to a year: #3247
  • Use uglify-es for minification: #3150
  • Remove extra div: #3327
  • Another round of removing extra

补丁:

  • Update styled components for React 16: #3187
  • Remove extra word: #3193
  • With-apollo example using Apollo 2: #3180
  • Change _error.js example to use err prop: #3197
  • Upgrade React for examples with next@latest: #3196
  • Make sure NODE_ENV is production for react-dom to optimize: 152c2c2
  • Add note about NODE_ENV being set automatically: 72827d2
  • Create example of activeClassLink using withRouter: #3188

完整更新内容请订阅发布首页

转自 http://www.oschina.net/news/91373/next-4-3-0-canary-1