intendednull / yewdux

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

change use_ref to use_mut_ref to support Yew hook change #20

Closed JtotheThree closed 2 years ago

JtotheThree commented 2 years ago

From this issue: https://github.com/intendednull/yewdux/issues/19

Updates yewdux-functional to support the hook changes made in Yew PR: https://github.com/yewstack/yew/pull/2093

intendednull commented 2 years ago

thanks!