LearnNewsExamplesServices
Frontmatter
id6827
titlemain.DeltaUpdates: createDomTree() => enhanced logic
stateClosed
labels
enhancement
assigneestobiu
createdAtJun 17, 2025, 1:15 PM
updatedAtJun 17, 2025, 1:16 PM
githubUrlhttps://github.com/neomjs/neo/issues/6827
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJun 17, 2025, 1:16 PM

main.DeltaUpdates: createDomTree() => enhanced logic

Closed v10.0.0-alpha.1 enhancement
tobiu
tobiu commented on Jun 17, 2025, 1:15 PM
  • build a detached DOM tree, once done, directly inject it into the live DOM
  • since we are just adding one finished tree after detached construction, we can skip using a fragment
  • exception: vtype text => fragment since 3 nodes
  • the method should handle the live dom insertion on its own.
tobiu assigned to @tobiu on Jun 17, 2025, 1:15 PM
tobiu added the enhancement label on Jun 17, 2025, 1:15 PM
tobiu referenced in commit 76fe8f7 - "main.DeltaUpdates: createDomTree() => enhanced logic #6827" on Jun 17, 2025, 1:16 PM
tobiu closed this issue on Jun 17, 2025, 1:16 PM