anp / moxie

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

Inline augdom into moxie-dom #269

Open anp opened 3 years ago

anp commented 3 years ago

The extra crate means we end up having to downcast from the typed information that the moxie-dom macros have to the web_sys::Element and web_sys::Node types.