yew/examples/function_todomvc
Kaede Hoshikawa 456a05ba40
Fix clippy for 1.67 (#3100)
* Fix clippy for 1.67

* Fix trybuild.
2023-02-01 21:57:05 +05:00
..
2023-02-01 21:57:05 +05:00
2022-04-11 17:02:59 +05:00
2022-06-19 17:23:33 +05:00

TodoMVC Example

Demo

This is an implementation of TodoMVC for Yew using function components and hooks.

Concepts

Improvements

  • Use yew-router for the hash based routing
  • Clean up the code