LearnNewsExamplesServices
Frontmatter
id483
titleselection.Model should only update the vdom if really needed
stateClosed
labels
enhancementstale
assignees[]
createdAtApr 15, 2020, 11:29 PM
updatedAtSep 28, 2024, 4:31 AM
githubUrlhttps://github.com/neomjs/neo/issues/483
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 28, 2024, 4:31 AM

selection.Model should only update the vdom if really needed

Closed v7.9.1/archive-v7-9-1-chunk-1 enhancementstale
tobiu
tobiu commented on Apr 15, 2020, 11:29 PM

for most if not all use cases, manually creating the deltas could be a performance boost.

there has to be a check though if the view is updating and if so delay it.

e.g. table.Container => check table.Container and table.View

tobiu added the enhancement label on Apr 15, 2020, 11:29 PM
tobiu changed title from selection.Model should only update the vdom is really needed to selection.Model should only update the vdom if really needed on Apr 15, 2020, 11:29 PM