yew/examples/function_todomvc
ronanM 1485f0e3b7
Cleanup examples/function_todomvc/src/main.rs (#3413)
* Update main.rs

Add function `make_callback()`.

* Cleanup main.rs

Removed `.clone()`.

* Moved vars inside `if` branch in `entry_edit()`
2023-09-30 17:22:02 +05:00
..
2022-04-11 17:02:59 +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

Running

Run this application with the trunk development server:

trunk serve --open