summaryrefslogtreecommitdiff
path: root/docs/guide/ags/first-widgets.md
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-25 23:51:36 +0000
committerAylur <[email protected]>2024-09-25 23:51:36 +0000
commitd24e3e39526a88a00ca9e11f168d9c705a21d25a (patch)
tree8a96fc853264b791cb13afd20214aff844027ef6 /docs/guide/ags/first-widgets.md
parent65654282a98cb0590d498e4ed9c924f97646f1dc (diff)
docs(gjs): add example reactive map
Diffstat (limited to 'docs/guide/ags/first-widgets.md')
-rw-r--r--docs/guide/ags/first-widgets.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/guide/ags/first-widgets.md b/docs/guide/ags/first-widgets.md
index 2c64732..c4c4436 100644
--- a/docs/guide/ags/first-widgets.md
+++ b/docs/guide/ags/first-widgets.md
@@ -359,7 +359,8 @@ You can disable this behavior by setting the `noImplicityDestroy` property.
:::info
The above example destroys and recreates every widget in the list everytime
the value of the `Variable` changes. There might be cases where you would
-want to handle child creation yourself, because you don't want to lose the
+want to [handle child creation and deletion](/guide/ags/faq#avoiding-unnecessary-re-rendering)
+yourself, because you don't want to lose the
inner state of widgets that does not need to be recreated.
:::