You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crate looks like an interesting candidate for inclusion in virtual-dom-rs (which currently has a very simplistic html! macro).
However, it looks like events in typed-html are tied to stdweb, right? Is there a way to use it so that the events can be mapped to web_sys events instead?