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

How to do Full Screen Infinite loader that is driven by the main browser vertical scroll bar? #195

Closed
karanmartian opened this issue Jul 18, 2021 · 3 comments

Comments

@karanmartian
Copy link

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?

@wellyshen
Copy link
Owner

@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.

@karanmartian
Copy link
Author

@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?

@wellyshen
Copy link
Owner

wellyshen commented Jul 18, 2021

@karanmartian It takes time to implement. If you are eager to have that, you can use react-virtualized atm.

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

No branches or pull requests

2 participants