yew/examples/js_callback
Justin Starry 0c6b9d32f8
Bump wasm bindgen to 0.2.50 (#695)
* Bump wasm-bindgen to 0.2.50

* Update Cargo.toml

* Update Cargo.toml
2019-10-11 10:49:55 -04:00
..
2019-02-16 10:32:57 +03:00
2019-10-11 10:49:55 -04:00
2019-09-01 00:02:24 +09:00

(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.