mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Update min rustc to 1.39.0 * Bump wasm-bindgen to 0.2.54 * always install wasm-bindgen-cli
(Asynchronous) callback from Javascript
The purpose of this example is to demonstrate a simple case of asynchronously sending a message back into the component update loop.
See https://github.com/yewstack/yew/issues/316 for discussion on what motivated this example.