mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
Delete redundant sentence
This commit is contained in:
parent
14099e9889
commit
e57c0890ec
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ fn App(cx: Scope)-> Element {
|
|||
}
|
||||
```
|
||||
|
||||
Using asynchronous code can be difficult! This is just scratching the surface of what's possible. We have an entire chapter on using async properly in your Dioxus Apps. We have an entire section dedicated to using `async` properly later in this book.
|
||||
Using asynchronous code can be difficult! This is just scratching the surface of what's possible. We have an entire chapter on using async properly in your Dioxus Apps.
|
||||
|
||||
### How do I tell Dioxus that my state changed?
|
||||
|
||||
|
|
Loading…
Reference in a new issue