react-infinite-scroll-component
react-infinite-scroll-component copied to clipboard
An awesome Infinite Scroll component in react.
Hello all Im trying to implement it on a page that will be similar to FB’s feed. The top is disconnected from the . The is scrollable, but the component...
Wishing some sort of pagination functionality so that you won't loose your position if going back to the list of items from eg. a post that was linked from the...

Hello, I am looking for an infinite scrolling solution. In your code it seems like all loaded elements are concated to your existing state data array. Did you think about...
Getting typescript error from vscode: "JSX element class does not support attributes because it does not have a 'props' property. ts(2607)". See screen shot. ![Screen Shot 2021-02-07 at 5 24...
``` { this._getPosts(false);}} hasMore={this.state.hasMore} scrollableTarget={scrollTarget} pullDownToRefresh={isMobile} refreshFunction={() => this._refreshPosts()} pullDownToRefreshContent={ } releaseToRefreshContent={ } loader={} > { posts.map(this._renderRow) } ``` When this.state.hasMore has changes from true to false after reaching the...
fix:Pull to Refresh is disabled when hasMore is flipped to false
Desktop works as expected, however on mobile the loader is at the bottom and the scroll never triggers the next function. I also tested on just a smaller viewport, not...
How to make infinite scroll in both ways (top and bottom) at the same time? ex: When I reach top it loads data at top, when I reach bottom it...
I use this library for infinite scrolling with vertical scrolling, which is quite common. I try to skim documentation and modify CSS but haven't found a solution. is it possible...