Frontmatter
| id | 5443 |
| title | examples.component.helix.MainContainer: add a view controller |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 22, 2024, 6:24 PM |
| updatedAt | Jun 22, 2024, 6:58 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5443 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 22, 2024, 6:58 PM |
this is a pretty old example and has inline logic which relies on the helix having a static id.
since we now want to use it inside the portal app LivePreview, we need to re-generate it as needed => we need dynamic ids and a better separation of concerns.
the good news is that there is already a better version out there: Covid.view.HelixContainer Covid.view.HelixContainerController