JS with RS
As of today, WebAssembly is not feature-complete for DOM interactions. This means even in Yew we sometimes rely on calling Javascript. What follows is an overview of the involved libraries.
We highly recommend you take a look at their and our quick guide.
web-sys
Example:
- JS
use web_sys::window;
.document()