LearnNewsExamplesServices
Frontmatter
id4588
titlecomponent.Base: allow vdom updates for sub trees
stateClosed
labels
enhancementstale
assignees[]
createdAtJul 28, 2023, 12:39 PM
updatedAtSep 13, 2024, 4:29 AM
githubUrlhttps://github.com/neomjs/neo/issues/4588
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 13, 2024, 4:29 AM

component.Base: allow vdom updates for sub trees

Closed v8.1.0 enhancementstale
tobiu
tobiu commented on Jul 28, 2023, 12:39 PM

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.

tobiu added the enhancement label on Jul 28, 2023, 12:39 PM