Frontmatter
| id | 6067 |
| title | component.Base: shorten the vdom & vnode component references |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Nov 6, 2024, 2:03 PM |
| updatedAt | Nov 6, 2024, 2:04 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6067 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 6045 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 6, 2024, 2:04 PM |
currently:
{componentId: 'neo-button-1', id: 'neo-button-1'.we can reduce the footprint a little with only adding the id in case it differs from the componentId.
it will need some adjustments inside
vdom.Helper.