mirror of
https://github.com/yewstack/yew.git
synced 2026-02-01 17:26:28 +00:00
* yeet Callback::once * yeet Callback::reform * remove passive overrides Event's passive state will be determined by sane defaults set by Yew * clippy * docs * make CI happy * Revert "yeet Callback::reform" This reverts commit 33e7770d * why? I literally tick-marked reformat before commit. Does it not use rustfmt??? * Update packages/yew/src/callback.rs Co-authored-by: Julius Lungys <32368314+voidpumpkin@users.noreply.github.com> Co-authored-by: Julius Lungys <32368314+voidpumpkin@users.noreply.github.com>
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