Frontmatter
| id | 1706 |
| title | model.Component: refactoring |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 1, 2021, 4:52 PM |
| updatedAt | Apr 1, 2021, 4:54 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1706 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 1, 2021, 4:54 PM |
Thinking more about this topic, I no longer like the approach to parse
container.items.We need hooks inside
container.Baseto do this and the approach is not flexible for dynamically adding new components inside custom components which use child items, but are not related to containers.Instead, we could just parse top level bindings and move the related logic into
component.Base.