anp / moxie

lightweight platform-agnostic tools for declarative UI
https://moxie.rs
Apache License 2.0
828 stars 27 forks source link

Return a clone of the root node from `WebRuntime::run_once` #185

Closed anp closed 3 years ago

anp commented 4 years ago

This should allow us to remove the hacks in moxie_dom::render_html.

anp commented 3 years ago

Choosing instead to s/WebRuntime/DomLoop/ and only use it for maintaining actual concrete DOM nodes. moxie-dom will still expose the equivalent of render_html but it'll be by returning the DOM value and then allowing you to call its Display impl.