Justin Starry f61667be97
Remove generics from virtual dom (#783)
* Fix tests

* Remove generics from virtual dom

* Prep for degenerify

* Fix examples

* Remove props cloning

* Fix tests
2019-12-08 10:47:51 -08:00
..
2019-02-02 16:03:07 +03:00

Yew CRM Demo

The main goals of this demo example to show you how to:

  • Add multiple screens with Yew (scenes)
  • Use storage service
  • Generate VNodes without the html! macro