内容简介:React 是 Facebook 推出的一个为数据提供渲染为 HTML 视图,用来构建用户界面的开源 JavaScript 库。React 16.6.1 更新内容:下载地址:
React 是 Facebook 推出的一个为数据提供渲染为 HTML 视图,用来构建用户界面的开源 JavaScript 库。
React 16.6.1 更新内容:
React DOM
-
Fallback should not remount every time a promise resolves. ( @acdlite in #14083 )
-
Fix bug where Suspense keeps showing fallback even after everything finishes loading. ( @acdlite in #14083 )
-
Fix unresolved default props in lifecycle methods of a lazy component. ( @gaearon in #14112 )
-
Fix bug when recovering from an error thrown during complete phase. ( @gaearon in #14104 )
Scheduler (Experimental)
下载地址: https://github.com/facebook/react/releases/tag/v16.6.1
以上所述就是小编给大家介绍的《React 16.6.1 发布,构建用户界面的 JavaScript 库》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- [译] 如何理智地构建复杂用户界面
- React 16.13.1 发布,构建用户界面的 JavaScript 库
- React 15.6.1 发布,构建用户界面的 JavaScript 库
- React 15.6.0 发布,构建用户界面的 JavaScript 库
- React 16.2.0 发布,构建用户界面的 JavaScript 库
- React 16.2.0 发布,构建用户界面的 JavaScript 库
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Refactoring
Martin Fowler、Kent Beck、John Brant、William Opdyke、Don Roberts / Addison-Wesley Professional / 1999-7-8 / USD 64.99
Refactoring is about improving the design of existing code. It is the process of changing a software system in such a way that it does not alter the external behavior of the code, yet improves its int......一起来看看 《Refactoring》 这本书的介绍吧!