Join Slack
Powered by
is there a way to instantiate `ReactElement` and a...
# react
d
deviant
03/21/2018, 8:09 PM
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
Open in Slack
Previous
Next