DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.45k stars 748 forks source link

Restore write_silent as a deprecated function with updated recommendations #2071

Closed ealmloff closed 4 months ago

ealmloff commented 4 months ago

A few people have run into issues updating from use_ref to use_signal because of write_silent.

This PR adds a write_silent method to signals to make updating from use_ref slightly easier. The method is depreciated in favor of peek