mirror of
https://github.com/yewstack/yew.git
synced 2026-01-18 16:16:48 +00:00
TodoMVC Example
This is an implementation of TodoMVC for Yew using function components and hooks.
Concepts
- Uses
function_components - Uses
gloo_storageto persist the state
Improvements
- Use
yew-routerfor the hash based routing - Clean up the code