mirror of
https://github.com/leptos-rs/book.git
synced 2025-12-27 07:35:38 -05:00
Update 06_control_flow.md to clarify value changes (#202)
This commit is contained in:
@@ -152,7 +152,7 @@ let message = move || if value.get() > 5 {
|
||||
};
|
||||
```
|
||||
|
||||
As a user clicks a button, you’d see something like this:
|
||||
As a user repeatedly clicks a button incrementing `value`, you’d see something like this:
|
||||
|
||||
```
|
||||
1: rendering Small
|
||||
|
||||
Reference in New Issue
Block a user