mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Add delayed scope destruction to docs
This commit is contained in:
parent
a0eca04903
commit
6da33722e9
5 changed files with 92 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Dynamic Scoping
|
||||
# Dynamic Scopes
|
||||
|
||||
Dynamic scoping is the act of creating and destroying new scopes in response to
|
||||
Dynamic scopes are scopes that are created and destroyed in response to
|
||||
source updates. This is needed for conditionally rendering parts of your UI,
|
||||
such as opening and closing menus.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue