yew/examples/js_callback
2019-08-03 08:50:29 -04:00
..
2019-07-20 22:38:50 -04:00
2019-02-16 10:32:57 +03:00
2019-08-03 08:50:29 -04: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/DenisKolodin/yew/issues/316 for discussion on what motivated this example.