Frontmatter
| id | 1759 |
| title | controller.Component: store references inside parseConfig() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 13, 2021, 8:41 PM |
| updatedAt | Apr 13, 2021, 8:51 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1759 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 13, 2021, 8:51 PM |
Since we now parse each component on its own, it is ensured that the component id already exists, so we can directly store refs (faster access on the first
getReference()call.