mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
words
This commit is contained in:
@@ -65,7 +65,7 @@ You may want to add explicit type hints if the attribute type is a superset of t
|
||||
|
||||
## Smart refresh
|
||||
|
||||
The first superpower we will look at is "smart refresh". When you modify a reactive attribute, Textual will make note of the fact that it has changed and refresh automatically by calling the widget's [`render()`][textual.widget.Widget.render] to get updated content.
|
||||
The first superpower we will look at is "smart refresh". When you modify a reactive attribute, Textual will make note of the fact that it has changed and refresh automatically by calling the widget's [`render()`][textual.widget.Widget.render] method to get updated content.
|
||||
|
||||
!!! information
|
||||
|
||||
|
||||
Reference in New Issue
Block a user