Inferno 6.2.0 发布了,Inferno 是一个极其快速,类似 React 的 JavaScript 库,用于构建现代用户界面。InfernoJS 项目的主要目标是为 Web 应用程序提供最快的运行时性能,它擅长渲染实时数据视图或大型 DOM 树。
更新内容如下:
Inferno core
此版本对 V8 的运行时性能进行了小幅改进,并作了代码清理。
- Fixed v8 de-optimization “not enough type information…” in
patchChildren
method - Fixed issue where v8 was de-opting during event delegation handling reason “wrong map”
- Fixed issue where linkEvent methods were always re-attached
JSX plugin (babel-plugin-inferno v6.0.3)
- Added new option
defineAllArguments
it can be used to work around V8Builtin:ArgumentsAdaptorTrampoline
this comes with a cost of bundle size increase. Disabled by default
下载地址:
转自 https://www.oschina.net/news/101742/inferno-6-2-0-released