LearnNewsExamplesServices
Frontmatter
id5555
titlevdom.Helper: createDeltas() => switch to a "pull in" strategy
stateClosed
labels
enhancement
assigneestobiu
createdAtJul 10, 2024, 2:59 PM
updatedAtJul 10, 2024, 3:00 PM
githubUrlhttps://github.com/neomjs/neo/issues/5555
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJul 10, 2024, 3:00 PM

vdom.Helper: createDeltas() => switch to a "pull in" strategy

Closed v8.1.0 enhancement
tobiu
tobiu commented on Jul 10, 2024, 2:59 PM

to make the resulting deltas order more predictable, arrays shall:

  1. pull in nodes which are not there yet
  2. do NOT push out nodes into unprocessed other arrays (they will get picked up there)
tobiu added the enhancement label on Jul 10, 2024, 2:59 PM
tobiu assigned to @tobiu on Jul 10, 2024, 2:59 PM
tobiu referenced in commit a768645 - "vdom.Helper: createDeltas() => switch to a "pull in" strategy #5555" on Jul 10, 2024, 3:00 PM
tobiu closed this issue on Jul 10, 2024, 3:00 PM
tobiu referenced in commit 557dc17 - "#5555 cleanup" on Jul 10, 2024, 3:02 PM