Skip to content

Inferno 0.7.0

Compare
Choose a tag to compare
@trueadm trueadm released this 21 Apr 20:29
· 3674 commits to master since this release

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 called inferno-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 via InfernoServer.renderToString.