Skip to main contentModule node
Source - children
- mount
- patch
- EventHandler
- A clonable event handler using Rc.
- VElement
- An HTML element representation.
- VElementBuilder
- Builder for creating element VNodes.
- VNode
- A virtual DOM node.
- VNodeType
- The “type” of a VNode, used to decide whether two nodes can be patched
in-place or must be replaced entirely.
- render_to_dom
- Render a VNode tree into actual DOM nodes and return the root node.
This is a simple wrapper around
mount::mount_to_dom for backward
compatibility.