Justin Starry 43e9347269
Add render method to Component and auto implement Renderable (#563)
* Add render method to Component and auto implement Renderable

* More cleanup

* Rename Renderable method from view to render

* Doc fixes

* fix

* Update CHANGELOG.md
2019-09-30 22:23:25 -04:00
..
2019-02-02 19:12:38 +03:00
2019-02-02 18:07:43 +03:00
2019-05-01 14:35:58 -07:00

Yew TodoMVC Demo

This it an implementationt of TodoMVC app.

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