yew/examples/mount_point
WorldSEnder daf6ec0152
Reduce size of examples (#2601)
* Reduce size of examples with this one weird trick

* oops, fixup function_router
2022-04-11 17:02:59 +05:00
..
2022-04-11 17:02:59 +05: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.