Is there a way to have #PureScript call DOM functions on #Halogen elements?
It _feels_ like re-rendering to VDOM would be wasteful, and there's already an event that will be triggered by my DOM calls.
In particular, I'd like like to use the existing browser/DOM state for a textarea (or some other form elements) rather than having to write a component that mimics what the browser is doing.
But, maybe I'm overthinking it, for now.