Replies: 2 comments 1 reply
|
good day @krutoo :)
Whats the usecase in your case for the |
1 reply
|
@KingSora I'm curious about this also. I have list component with action buttons that contain a lot of complex logic. Ideally while scrolling I would like to avoid rendering those action buttons. However, once scrolling stops, I'd like to allow the action buttons to render. How might I track when scrolling stops to do this whilst also avoiding triggering re-renders? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, i am trying to migrate from v1 to v2 and dont know how to migrate from
callbacks.scrollStopHow can i handle scroll stop event?
All reactions