DioxusLabs / sdk

A library to provide abstractions to access common utilities when developing Dioxus applications.
Apache License 2.0
84 stars 13 forks source link

Feat: `use_debounce` #37

Closed DogeDark closed 6 months ago

DogeDark commented 6 months ago

Adds a use_debounce hook.

DogeDark commented 6 months ago

@marc2332 I took some inspiration from your debouncer hook. This one doesn't use the debounced crate though.