-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
[FEATURE REQUEST AND QUESTION] : wait for recyled items ready before show #86
Comments
@chanphiromsok There are some ideas to avoid overlap in progress during fast scroll. One is #67 but it requires native module(and makes LegendList much closer to FlashList), another is pure JS algorithm which is still in discussion/prototyping phase. I tried some time ago just to wait until container is measured, but it hurts performance so much, so we are thinking about little bit smarter algorithm. |
Wow that huge PR experiment hehehe |
@chanphiromsok Can you share a video or even a code example if possible? It would be great to see the results you're seeing so we can make sure to optimize that case. |
https://youtube.com/shorts/NEEq7V75708?si=psa8aJe33cjrYY-2 |
Thank you for creating such an awesome library! I was wondering if it would be possible to add an option like
waitForItemRecycled
before showing the items. This could help prevent jankiness during fast scrolling. What are your thoughts on this?When scrolling too fast the items in the list recylcling seem overlap on each other
The text was updated successfully, but these errors were encountered: