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_interval` #33

Closed marc2332 closed 6 months ago

marc2332 commented 6 months ago

I think we should follow what I did for use_window_size and have something like utils/timing/mod.rs (utils/timing.rs for now?) Basically categorizing the utilities into related modules. Additionally have a dedicated feature instead of utils. What do you think?

Other than that, it looks good.

Yep 💯 Will update this PR asap.