intendednull / yewdux

Ergonomic state management for Yew applications
https://intendednull.github.io/yewdux/
Apache License 2.0
319 stars 31 forks source link

Align to latest yew and apply cargo-clippy #17

Closed zvolin closed 2 years ago

zvolin commented 2 years ago

Hi, in current master of yew, there are no longer yew::utils, so I've switched to web_sys window. The first commit is the only what's needed in order to make yewdux compiling as a dependency.

The second commit is appliance of all cargo-clippy suggestions as well as making all doc examples without ignore to compile.

intendednull commented 2 years ago

Looks great, thanks!