Is there an easy way to create react element witho...
# javascript
p
Is there an easy way to create react element without rendering it?
val p = p { +"Should not render!"}
(but it renders)
s
Tried
buildElement
?
1
t
And
createElement
in simple cases