Clarification on nested Live rendering behavior and recommended usage #4107
Unanswered
Darshanjajoria18
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 🙏
Beta Was this translation helpful? Give feedback.
All reactions