2.0.0-1 • Published 7 years ago

vdom-virtualize-redist v2.0.0-1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

vdom-virtualize

This fork of vdom-virtualize wraps the original library around a Browserify build task in order to bundle it more easily on SPAs.

Sauce Test Status

New in v2.0: removed support for virtualize.fromHTML -- doing this right and supporting all platforms is a job for another library.

New in v1.0: vdom-virtualize now supports comments and does now use peerDependencies to depend on virtual-dom.

API

virtualize(node:DOMNode)

  • node {DOMNode}

  • returns {VNode}: A virtual-dom tree

virtualize.fromHTML(html:String)

  • html {String}

  • returns {VNode}: A virtual-dom tree

Turn a DOMNode into a virtual-dom node.