Inferno 0.7 includes a vast range of performance improvements and API changes. These include:
Inferno.createElement
has been removed from core and is now available as a stand-alone module calledinferno-create-element
.Inferno.createBlueprint
now allows you to create a blueprint of an Inferno VNode, allowing for further performance improvements and optimisations.InfernoDOM
has had many issues and bug fixes applied, it should not vastly more stable than before.InfernoComponent
now properly reacts to updates after the component has unmounted.InfernoServer
now renders components into HTML viaInfernoServer.renderToString
.