React 16.3.2 已发布,React 是 Facebook 推出的一个为数据提供渲染为 HTML 视图,用来构建用户界面的开源 JavaScript 库。
React 视图通常采用包含以自定义 HTML 标记规定的其他组件的组件渲染。React 为程序员提供了一种子组件不能直接影响外层组件(”data flows down”)的模型,数据改变时对 HTML 文档的有效更新,和现代单页应用中组件之间干净的分离。
更新内容:
React
- Improve the error message when passing
null
orundefined
toReact.cloneElement
. (@nicolevy in #12534)
React DOM
- Fix an IE crash in development when using
<StrictMode>
. (@bvaughn in #12546) - Fix labels in User Timing measurements for new component types. (@bvaughn in #12609)
- Improve the warning about wrong component type casing. (@nicolevy in #12533)
- Improve general performance in development mode. (@gaearon in #12537)
- Improve performance of the experimental
unstable_observedBits
API with nesting. (@gaearon in #12543)
React Test Renderer
下载地址:
转自 https://www.oschina.net/news/95244/react-16-3-2-released