Frontmatter
| id | 6111 |
| title | component.Base: afterSetIsLoading() => findIndex() => findLastIndex |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Nov 14, 2024, 6:07 PM |
| updatedAt | Nov 14, 2024, 6:08 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6111 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 14, 2024, 6:08 PM |
I know this one is close to overengineering :)
IF a component has a really big amount of direct child items (e.g. root UL tag which 100s of LI child nodes), we can find the target node a tiny bit faster in case we are iterating backwards over the array, since we are adding the load mask as the last child item.