Back to Yew

TodoMVC Example

examples/function_todomvc/README.md

0.18.0666 B
Original Source

TodoMVC Example

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:

bash
trunk serve --open