Frontmatter
| id | 4672 |
| title | component.Base: needsVdomUpdate => needsVdomUpdate_ |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 8, 2023, 7:51 PM |
| updatedAt | Aug 8, 2023, 7:58 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4672 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 8, 2023, 7:58 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.