mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-18 14:48:26 +00:00
docs: fix typo in use_effect
description
This commit is contained in:
parent
c9dbae8d92
commit
cad19fb59f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# UseEffect
|
# UseEffect
|
||||||
|
|
||||||
[`use_effect`](https://docs.rs/dioxus-hooks/latest/dioxus_hooks/fn.use_effect.html) lets you run a callback that returns a future, which will be re-run when it's [dependencies](#dependencies) change. This is useful to syncrhonize with external events.
|
[`use_effect`](https://docs.rs/dioxus-hooks/latest/dioxus_hooks/fn.use_effect.html) lets you run a callback that returns a future, which will be re-run when its [dependencies](#dependencies) change. This is useful to syncrhonize with external events.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue