Frontmatter
| id | 1768 |
| title | component.Base: destroy() => model.removeBindings() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 14, 2021, 12:40 PM |
| updatedAt | Apr 14, 2021, 12:52 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1768 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 14, 2021, 12:52 PM |
we can reduce the amount of calls by probably a lot in case we check for a bind config first.
also, we can simplify the parent model access (same way as for controllers).