Frontmatter
| id | 483 |
| title | selection.Model should only update the vdom if really needed |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Apr 15, 2020, 11:29 PM |
| updatedAt | Sep 28, 2024, 4:31 AM |
| githubUrl | https://github.com/neomjs/neo/issues/483 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 28, 2024, 4:31 AM |
for most if not all use cases, manually creating the deltas could be a performance boost.
there has to be a check though if the view is updating and if so delay it.
e.g. table.Container => check table.Container and table.View