LearnNewsExamplesServices
Frontmatter
id4672
titlecomponent.Base: needsVdomUpdate => needsVdomUpdate_
stateClosed
labels
enhancement
assigneestobiu
createdAtAug 8, 2023, 7:51 PM
updatedAtAug 8, 2023, 7:58 PM
githubUrlhttps://github.com/neomjs/neo/issues/4672
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtAug 8, 2023, 7:58 PM

component.Base: needsVdomUpdate => needsVdomUpdate_

Closed v8.1.0 enhancement
tobiu
tobiu commented on Aug 8, 2023, 7:51 PM

and create an afterSetNeedsVdomUpdate() inside container.Base

if a roundtrip starts for a container, the entire vdom tree of all child containers / components will get sent to the vdom worker.

so it would be fair to say: all children on any levels can set their need update state to false.

same amount of deltas, but less calls to the engine.

tobiu added the enhancement label on Aug 8, 2023, 7:51 PM
tobiu assigned to @tobiu on Aug 8, 2023, 7:51 PM
tobiu referenced in commit 1355ef5 - "component.Base: needsVdomUpdate => needsVdomUpdate_ #4672" on Aug 8, 2023, 7:58 PM
tobiu changed title from compoent.Base: needsVdomUpdate => needsVdomUpdate_ to component.Base: needsVdomUpdate => needsVdomUpdate_ on Aug 8, 2023, 7:58 PM
tobiu closed this issue on Aug 8, 2023, 7:58 PM