yew/examples/mount_point
Muhammad Hamza dd2db93996
Use functions from gloo_utils instead of re-implementing them (#2124)
* Use functions from `gloo_utils` instead of re-implementing them

* Remove `anyhow` dependency

* fix errors

* review + post merge fixes
2021-11-11 16:45:08 +02:00
..
2020-09-22 00:17:48 +02:00

Mount Point Example

Demo

This example displays a green square followed by an input box and a field which contains the contents of the input box in reverse.

Concepts

  • Using the Javascript APIs with web-sys
  • Taking control of the mounting process which is usually handled by yew::start_app

Improvements

This example is very similar to two_apps. The two should be merged into a single example.