You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
This is a super cool hook. But the examples that are given are only of scrolling inside some kind of a fixed window frame with outer and inner refs.
I am trying to load more items when the user scrolls down using the main vertical scrollbar of the browser window. This is very critical to my Newsfeed application. How can this be done? Can you provide an example?
The text was updated successfully, but these errors were encountered:
@karanmartian Thank you for giving it a try. What you mentioned is called window scroll. However, this hook doesn't support that yet. That will be implemented in the near future, stay tuned. Please refer to #144.
@wellyshen this is a really important feature. How long will it take to enable this feature? Can you provide any directions to change the source code of this hook to enable this?
Hey,
This is a super cool hook. But the examples that are given are only of scrolling inside some kind of a fixed window frame with outer and inner refs.
I am trying to load more items when the user scrolls down using the main vertical scrollbar of the browser window. This is very critical to my Newsfeed application. How can this be done? Can you provide an example?
The text was updated successfully, but these errors were encountered: