mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Refactor use ref hooks `use_ref` has been renamed to `use_mut_ref` and `use_ref` has become a similar hook for immutable reference. This is different from React but I think lines up nicely with Rust as a reference is immutable unless specified to be a mut ref. * fix CI Co-authored-by: Hamza <muhammadhamza1311@gmail.com>