Function wasm_react::create_element
source · [−]Expand description
The Rust equivalent to React.createElement
. Use h!
for a more
convenient way to create HTML element nodes. To create Rust components, use
VNode::from()
.
The Rust equivalent to React.createElement
. Use h!
for a more
convenient way to create HTML element nodes. To create Rust components, use
VNode::from()
.