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

[WIP]: feat: optimize listview performance. #669

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andycall
Copy link
Member

@andycall andycall commented Sep 30, 2024

Screen.Recording.2024-10-01.at.00.22.04.mov

This PR adds support for keeping alive every DOM element under the element, which is implemented using Flutter's ListView widget.

Keeping DOM elements alive can significantly reduce the cost of creating render objects for each one by reusing the previous render objects when scrolling

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

Successfully merging this pull request may close these issues.

1 participant