Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor use ref hooks #2093

Merged
merged 3 commits into from
Nov 21, 2021
Merged

Refactor use ref hooks #2093

merged 3 commits into from
Nov 21, 2021

Commits on Sep 30, 2021

  1. 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.
    mc1098 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    7d05252 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    3d510af View commit details
    Browse the repository at this point in the history
  2. fix CI

    ranile committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    8b64369 View commit details
    Browse the repository at this point in the history