Crate hirola_dom

Source

Modules§

app
dom_test_utils
effects
mixins
node_ref
References to nodes in templates.
types

Structs§

Dom
Rendering backend for the DOM.
Event
The Event class.

Enums§

DomSideEffect

Functions§

mount
Mounts a Dom and runs it forever See also render with parent being the <body> tag.
mount_to
Mount a Dom to a parent node. For rendering under the <body> tag, use render() instead.
render
Render a Dom into the DOM. Alias for render_to with parent being the <body> tag.
render_to
Render a Dom under a parent node. For rendering under the <body> tag, use render() instead.
spawn

Type Aliases§

EventHandlers