LearnNewsExamplesServices
Frontmatter
id6098
titlecomponent.Base: isParentVdomUpdating() => honor the updateDepth
stateClosed
labels
enhancement
assigneestobiu
createdAtNov 11, 2024, 11:03 AM
updatedAtNov 11, 2024, 11:40 AM
githubUrlhttps://github.com/neomjs/neo/issues/6098
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 11, 2024, 11:40 AM

component.Base: isParentVdomUpdating() => honor the updateDepth

Closed v8.1.0 enhancement
tobiu
tobiu commented on Nov 11, 2024, 11:03 AM

for v8 we need to honor the distance to allow updates in parallel, in case there is no conflict.

  • currentUpdateDepth = -1 => conflict
  • currentUpdateDepth >= distance => conflict

we need a new param for the (component tree) distance.

tobiu added the enhancement label on Nov 11, 2024, 11:03 AM
tobiu assigned to @tobiu on Nov 11, 2024, 11:03 AM
tobiu referenced in commit f40cb52 - "component.Base: isParentVdomUpdating() => honor the updateDepth #6098" on Nov 11, 2024, 11:40 AM
tobiu closed this issue on Nov 11, 2024, 11:40 AM