Join Slack
Powered by
Is there an easy way to create react element witho...
# javascript
p
Pitel
08/27/2021, 10:57 AM
Is there an easy way to create react element without rendering it?
val p = p { +"Should not render!"}
(but it renders)
s
spand
08/27/2021, 12:55 PM
Tried
buildElement
?
➕ 1
t
turansky
08/27/2021, 2:34 PM
And
createElement
in simple cases
2
Views
Open in Slack
Previous
Next