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
Using yew in a bundler, you would have yew built with wasm-pack.
The bundler has an entry point where it loads the wasm, along with injected css bundles/hot reloaders inside the header.
It seems like there is no method which omits clearing the html element completely
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using yew in a bundler, you would have yew built with wasm-pack.
The bundler has an entry point where it loads the wasm, along with injected css bundles/hot reloaders inside the header.
It seems like there is no method which omits clearing the html element completely
yew/packages/yew/src/app_handle.rs
Line 26 in 09a41d6
Trying to do it manually by creating a new scope is not possible either, since
scope::new
is privateyew/packages/yew/src/app_handle.rs
Line 28 in 09a41d6
Beta Was this translation helpful? Give feedback.
All reactions