Inferno 1.6.0 发布了,Inferno 是一个极其快速,类似 React 的 JavaScript 库,用于构建现代用户界面。
更新内容:
Core
Public functions in inferno core now have jsDoc annotations so they can be properly compressed by Google closure compiler. It also provides type information for non typescript environments
ES6 Component
setState will now switch to async as per React. setStateSync has been deprecated and will be removed in future release. They are identical now.
setState callbacks now have caller component context and they don't need to be bound.
calling setState from Component constructor will now fail to validation error.
软件详情:https://github.com/infernojs/inferno/
下载地址:https://github.com/infernojs/inferno/archive/1.6.0.zip
来自:开源中国社区

