React 16.3.0 发布,构建用户界面的 JavaScript 库

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

内容简介:React 16.3.0 已发布,React 是 Facebook 推出的一个为数据提供渲染为 HTML 视图,用来构建用户界面的开源 JavaScript 库。 React 视图通常采用包含以自定义 HTML 标记规定的其他组件的组件渲染。React 为程序员提...

React 16.3.0 已发布,React 是 Facebook 推出的一个为数据提供渲染为 HTML 视图,用来构建用户界面的开源 JavaScript 库。

React 视图通常采用包含以自定义 HTML 标记规定的其他组件的组件渲染。React 为 程序员 提供了一种子组件不能直接影响外层组件("data flows down")的模型,数据改变时对 HTML 文档的有效更新,和现代单页应用中组件之间干净的分离。

更新内容:

React

  • Add a new officially supported context API

  • Add a new React.createRef() API as an ergonomic alternative to callback refs.

  • Add a new React.forwardRef() API to let components forward their refs to a child. 

  • Fix a false positive warning in IE11 when using React.Fragment

  • Replace React.unstable_AsyncComponent with React.unstable_AsyncMode

  • Improve the error message when calling setState() on an unmounted component.

React DOM

  • Add a new getDerivedStateFromProps() lifecycle and UNSAFE_ aliases for the legacy lifecycles. 

  • Add a new getSnapshotBeforeUpdate() lifecycle

  • Add a new <React.StrictMode> wrapper to help prepare apps for async rendering. 

  • Add support for onLoad and onError events on the <link> tag

  • Add support for noModule boolean attribute on the <script> tag

  • Fix minor DOM input bugs in IE and Safari

  • Correctly detect Ctrl + Enter in onKeyPress in more browsers

  • Fix containing elements getting focused on SSR markup mismatch

  • Fix value and defaultValue to ignore Symbol values

  • Fix refs to class components not getting cleaned up when the attribute is removed. 

  • Throw with a meaningful message if the component runs after jsdom has been destroyed. 

  • Don't crash if there is a global variable called opera with a null value

  • Don't check for old versions of Opera

  • Deduplicate warning messages about <option selected>

  • Deduplicate warning messages about invalid callback

  • Deprecate ReactDOM.unstable_createPortal() in favor of ReactDOM.createPortal()

  • Don't emit User Timing entries for context types

  • Improve the error message when context consumer child isn't a function. 

  • Improve the error message when adding a ref to a functional component. 

React DOM Server

  • Prevent an infinite loop when attempting to render portals with SSR.

  • Warn if a class doesn't extend React.Component

  • Fix an issue with this.state of different components getting mixed up.

  • Provide a better message when component type is undefined.

React Test Renderer

  • Fix handling of fragments in toTree()

  • Shallow renderer should assign state to null for components that don't set it. 

  • Shallow renderer should filter legacy context according to contextTypes

  • Add an unstable API for testing asynchronous rendering.

React Is (New)

  • First release of the new package that libraries can use to detect different React node types. 

  • Add ReactIs.isValidElementType() to help higher-order components validate their inputs. 

React Lifecycles Compat (New)

  • First release of the new package to help library developers target multiple versions of React. 

Create Subscription (New)

  • First release of the new package to subscribe to external data sources safely for async rendering. 

React Reconciler (Experimental)

  • Expose react-reconciler/persistent for building renderers that use persistent data structures. 

  • Pass host context to finalizeInitialChildren().

  • Remove useSyncScheduling from the host config.

React Call Return (Experimental)

  • Fix a crash on updates.

下载地址:https://github.com/facebook/react/releases/tag/v16.3.0


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


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

查看所有标签

猜你喜欢:

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

新媒体十讲

新媒体十讲

范卫锋 / 中信出版社 / 2015-8 / 38.00元

“新媒体参谋长”范卫锋解答:媒体人如何转型?怎么创业?如何看准新媒体项目进行投资? 作为“新媒体的参谋长”,本书作者范卫锋将十余年从业亲历的经验教训、行业内幕串联成册,从定位、突破、扩张、商业模式、价值几个方面剖析新媒体策略,解密国内媒体圈转型、创业、投资的实操法则。案例信手拈来,观点鞭辟入里,打造出国内第一本由专业新媒体投资人撰写的新媒体实战兵法,涉及媒体人转型、新媒体实操、媒体公关营销、......一起来看看 《新媒体十讲》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

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

HEX HSV 互换工具