Skovisen
07/25/2021, 7:52 PMHTMLDivElement
. My current solution appends this node to the body via document.body.appendChild(..)
but it feels subpar, and I’d like to know what the alternatives are. Is it possible to take this return value and make a composable of it?Oleksandr Karpovich [JB]
07/27/2021, 9:45 AMhtmlElement.appendChild(yourLibElement())
Skovisen
07/27/2021, 11:31 AMsuresh
07/29/2021, 8:09 PMDomSideEffect
and other effects specific to web?Oleksandr Karpovich [JB]
07/30/2021, 5:11 AM