Clarification on nested Live rendering behavior and recommended usage #4107
Replies: 1 comment
|
Your read is right, and it's guaranteed by construction rather than luck. The console keeps a Nested instances don't run their own independent paint. Their Two edge cases worth knowing:
And yes, recommending a single Live + |
Uh oh!
There was an error while loading. Please reload this page.
Hi maintainers,
I opened this discussion following PR #4106 to clarify the behavior of nested
Liveinstances.From my current understanding:
Liveinstance is created inside anotherLivecontext, the inner display is rendered below the outer display.Liveinstance runs its own refresh cycle independently.Based on this, the current documentation suggests that in most cases it is preferable to use a single
Liveinstance and update its renderable instead of nesting multiple ones.I wanted to confirm:
Liveusage as the preferred pattern in documentation?Thanks for your time 🙏
All reactions