Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting and rerenderAll #41

Open
cazzer opened this issue Aug 25, 2015 · 0 comments
Open

Sorting and rerenderAll #41

cazzer opened this issue Aug 25, 2015 · 0 comments

Comments

@cazzer
Copy link

cazzer commented Aug 25, 2015

Re-rendering the entire collection view is a bit brute force and causes an excessive number of reflows. Fortunately our browsers are fast and it is hard to notice, but large collections have a serious performance impact and meta state (like selected text) is lost between sorts.

Instead of re-rendering all elements it would be extra cool to calculate the new positions and only re-render those which have moved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant