mirror of https://github.com/yewstack/yew
![]() * Reduce size of examples with this one weird trick * oops, fixup function_router |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md | ||
index.html | ||
index.scss |
README.md
Dynamic app creation and destruction example
An example of how to create and destroy Yew apps on demand.
Running
Run a debug version of this application:
trunk serve
Run a release version of this application:
trunk serve --release
Concepts
Demonstrates the use of the Yew app handle by dynamically creating and destroying apps.