博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
React 16.3.0 发布,构建用户界面的 JavaScript 库
阅读量:5246 次
发布时间:2019-06-14

本文共 1034 字,大约阅读时间需要 3 分钟。

  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 wrapper to help prepare apps for async rendering.

  Add support for onLoad and onError events on the tag

  Add support for noModule boolean attribute on the  

转载于:https://www.cnblogs.com/pengpeng1208/p/9582886.html

你可能感兴趣的文章
恶心的struts标签,等我毕业设计弄完了,瞧我怎么收拾你。
查看>>
Linux中防火墙centos
查看>>
hudson+apachecontinuum+ant
查看>>
mysql新建用户,用户授权,删除用户,修改密码
查看>>
实验五 TCP传输及加密
查看>>
【iOS】build diff: /../Podfile.lock: No such file or directory
查看>>
【Android Studio】使用 Genymotion 调试出现错误 INSTALL_FAILED_CPU_ABI_INCOMPATI
查看>>
FancyCoverFlow
查看>>
教你一分钟实现动态模糊效果
查看>>
C++中explicit的用法
查看>>
java 企业站源码 兼容手机平板PC 响应式 主流SSM框架 freemaker 静态引擎
查看>>
JS博客
查看>>
Docx转Doc操作(c#)
查看>>
一条简单的 SQL 执行超过 1000ms,纳尼?
查看>>
如何设置映射网络驱动器的具体步骤和方法
查看>>
ASP.NET WebApi 基于OAuth2.0实现Token签名认证
查看>>
283. Move Zeroes把零放在最后面
查看>>
Visual Studio Code 打开.py代码报Linter pylint is not installed解决办法
查看>>
Python 数据类型
查看>>
Google Guava学习笔记——简介
查看>>