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?
The text was updated successfully, but these errors were encountered:
It should be very possible, someone just has to put in the work. There's a PR open for it (#25) but it's currently incomplete. It could also be done in an external crate, but support for using bare functions as event handlers would need to be added in typed-html itself because of orphan instances.
Hello
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 tostdweb
, right? Is there a way to use it so that the events can be mapped toweb_sys
events instead?The text was updated successfully, but these errors were encountered: