purescript-halogen-vdom
purescript-halogen-vdom copied to clipboard
Externally managed HTML
I, on several occasions use third party libraries that manage HTML themselves (WYSIWYG editors, drag-drop, FontAwesome DOM watcher). I would like to define on the parent element of the elements managed by these libraries that any children should no longer be managed by the Halogen VDOM. So basically a node that is rendered by the VDOM and then never touched again. How can this be done with thunks/lazy, etc. or will it need a separate implementation?
Thanks!