Simon 02b22d1737
Allow all global event handlers to be used as listeners (#1244)
* list all listener attributes

* add handlers for web_sys

* implement for stdweb

* update list of event handlers

* rename doubleclick to dblclick

* add error for unsupported listeners (stdweb)

* remove cfg-if dependency
2020-05-19 20:27:28 +08:00
..
2020-04-27 22:04:34 +08:00

Yew TodoMVC Demo

This is an implementation of TodoMVC app.

Unlike other implementations, this stores the full state of the model, including: all entries, entered text and chosen filter.