Inferno v4 正式发布,JavaScript 用户界面库

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

内容简介:Inferno v4 版本已发布,该版本对项目过程逻辑进行了重写,并新增了一些新特性: {Inferno.createPortal(vNode, DOM)} can be used to render vNode to external location in DOM Router has been updated to v...

Inferno v4 版本已发布,该版本对项目过程逻辑进行了重写,并新增了一些新特性:

  • {Inferno.createPortal(vNode, DOM)} can be used to render vNode to external location in DOM

  • Router has been updated to v4 to match React Router v4 API

  • Mobx and Redux integrations have been ported to the latest version

  • new VNodeFlag ReCreate has been added. It can be used to always re-create element instead of diffing it.

  • defaultHooks has been added to Functional Components

  • Inferno now supports IE9+ without polyfills reducing

  • Inferno size has been reduced to 7.8kb gzip including the ES2015 Component!

  • Small performance improvements

function Static() {
    return <div>1</div>;}

Static.defaultHooks = {
    onComponentShouldUpdate() {        return false;
    }
}

export const Com = Static;

  • TouchEvents are now part of Synthetic event system

更多详情可查阅更新日志

Inferno 是一个极其快速,类似 React 的 JavaScript 库,用于构建现代用户界面。


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


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

认知与设计

认知与设计

Jeff Johnson / 张一宁、王军锋 / 人民邮电出版社 / 2014-8-1 / CNY 69.00

本书语言清晰明了,将设计准则与其核心的认知学和感知科学高度统一起来,使得设计准则更容易地在具体环境中得到应用。涵盖了交互计算机系统设计的方方面面,为交互系统设计提供了支持工程方法。不仅如此,这也是一本人类行为原理的入门书。一起来看看 《认知与设计》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器