yew/examples/dyn_create_destroy_apps
Kaede Hoshikawa 924792c002
Enable Dependabot for Examples and Tools (#2785)
* Enable dependabot for examples and tools.

* Make everything to use Gloo.

* Require features for binaries.

* Update every Friday.
2022-07-21 01:23:22 +09:00
..
2022-04-11 17:02:59 +05:00

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.