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

Inner HTML Example

Demo

This example renders unescaped HTML by manually handling the DOM element.

Concepts

  • Manually creating Html without the html! macro.
  • Using web-sys to manipulate the DOM.