is there a way to instantiate `ReactElement` and a...
# react
d
is there a way to instantiate
ReactElement
and assign it to variable? without adding it to the dom. something like
Copy code
val p = p { +"hello" }
this code seems works, but it adds an element to the dom immediatelly