yew/examples/function_todomvc

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