purescript-halogen-vdom icon indicating copy to clipboard operation
purescript-halogen-vdom copied to clipboard

Externally managed HTML

Open kim366 opened this issue 4 years ago • 0 comments

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!

kim366 avatar Jan 28 '21 19:01 kim366