Frontmatter
| id | 2638 |
| title | list.Component: switch to index based list item component ids |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 21, 2021, 7:53 PM |
| updatedAt | Jul 21, 2021, 7:55 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2638 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 21, 2021, 7:55 PM |
the advantage is, that we can re-use existing component items more easily.
e.g. when removing items from the store, we won't get id collision, which would happen in case the components have record based ids.