Help with performance when scrolling fast #1153
Unanswered
thomastvedt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a list with infinite scroll and need some help with performance. When I scroll fast the list will be "blanked", and there is some delay before new items are rendered. See this video:
Screen.Recording.2024-10-24.at.13.03.41.mov
I tried adjusting
increaseViewportBy
and tested withscrollSeekConfiguration
, but I can't really get the result I want. I guess I must be doing something wrong 🤔 Any hints on what to try next?I'll paste some code too for more context:
Some code for more context:
Beta Was this translation helpful? Give feedback.
All reactions