Frontmatter
| id | 9629 |
| title | Grid Multi-Body: Implement Atomic VDOM Orchestration Layer |
| state | Closed |
| labels | enhancementaigrid |
| assignees | tobiu |
| createdAt | Apr 2, 2026, 10:19 AM |
| updatedAt | Apr 2, 2026, 10:41 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9629 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9626 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 2, 2026, 10:41 AM |
Grid Multi-Body: Implement Atomic VDOM Orchestration Layer
Closedenhancementaigrid
tobiu assigned to @tobiu on Apr 2, 2026, 10:19 AM
tobiu added parent issue #9626 on Apr 2, 2026, 10:20 AM

tobiu
Apr 2, 2026, 10:41 AM
Implemented atomic VDOM synchronization by migrating to generate silent nested updates, followed by an orchestrated depth=-1 update from . This effectively resolves the scroll jitter by emitting a perfectly aligned unified delta patch.
tobiu closed this issue on Apr 2, 2026, 10:41 AM
The final phase to eliminate jitter by centralizing delta updates.
createViewDatacalculation loops to be driven top-down bygrid.View, rather than independently by eachgrid.Body.update()call on thegrid.View(usingupdateDepth: 2or similar logical depth) to sync them atomically.ScrollManager,GridRowScrollPinning, etc.) to register and synchronize with the new unified vertical scroll node.