内容简介: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 DOMRouter has been updated to v4 to match React Router v4 API
Mobx and Redux integrations have been ported to the latest version
new VNodeFlag
ReCreatehas 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]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Reversing
艾拉姆(Eilam,E.) / 韩琪、杨艳、王玉英、李娜 / 电子工业出版社 / 2007-9 / 79.00元
本书描述的是在逆向与反逆向之间展开的一场旷日持久的拉锯战。作者Eldad Eilam以一个解说人的身份为我们详尽地评述了双方使用的每一招每一式的优点与不足。 书中包含的主要内容有:操作系统的逆向工程;.NET平台上的逆向工程;逆向未公开的文件格式和网络协议;逆向工程的合法性问题;拷贝保护和数字版权管理技术的逆向工程;防止别人对你的代码实施逆向工程的各种技术;恶意程序的逆向工程;反编译器的基本......一起来看看 《Reversing》 这本书的介绍吧!