Frontmatter
| id | 4588 |
| title | component.Base: allow vdom updates for sub trees |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Jul 28, 2023, 12:39 PM |
| updatedAt | Sep 13, 2024, 4:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4588 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 13, 2024, 4:29 AM |
inside components with rather big vdom structures like
table.View, it would be nice if we can just pass a child vdom & vnode tree to the vdom worker to check for delta updates (in this specific case a table row or even cell).the logic will need to replace the vnode at the correct spot inside the vnode tree, once the delta comparison is done.