Crate fenrix_dom

Crate fenrix_dom 

Source

Functionsยง

append_child
Appends a child node to a parent element.
create_element
Creates a new HTML element with the given tag name.
create_reactive_text_node
Creates a text node that reactively updates when its source changes.
create_text_node
Creates a new text node with the given content.
render
Renders a root node to the document body.