mirror of
https://github.com/yewstack/yew.git
synced 2026-02-01 17:26:28 +00:00
* Enable dependabot for examples and tools. * Make everything to use Gloo. * Require features for binaries. * Update every Friday.
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.