Skip to main content

Module node

Module node 

Source

Modules§

children
mount
patch

Structs§

EventHandler
A clonable event handler using Rc.
VElement
An HTML element representation.
VElementBuilder
Builder for creating element VNodes.

Enums§

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.

Functions§

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.