Frontmatter
| id | 6827 |
| title | main.DeltaUpdates: createDomTree() => enhanced logic |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 17, 2025, 1:15 PM |
| updatedAt | Jun 17, 2025, 1:16 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6827 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 17, 2025, 1:16 PM |
main.DeltaUpdates: createDomTree() => enhanced logic

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 closed this issue on Jun 17, 2025, 1:16 PM