react-infinite-scroll-component
react-infinite-scroll-component copied to clipboard
An awesome Infinite Scroll component in react.
### Changes - Add a listener on wheel events - detect the wheel direction and for cases with no scroll bar, call the onScroll event ### How to Test `src/stories/WindowInfiniteScrollComponent.tsx`,...
when i scroll from bottom to top, parent div containing scrollable div disappears after data is fetched. IOS version is 15.5 i have pasted exactly the same code https://github.com/ankeetmaini/react-infinite-scroll-component/blob/master/src/stories/ScrolleableTop.tsx video...
as mentioned in the docs if i want to set a scroll position, for example if I have a list of 50 items and want to scroll to the 30th...
The project we are working on is a very old project which is using gulp to build. I am using React following the steps on https://reactjs.org/docs/add-react-to-a-website.html. Now we have requirements...
I'm training to develop my little app with react, and I'm stuck in infinite scrolling I'm using react infinite scroll components, it calls the fetchmoredata function but just once, how...
Bumps [terser](https://github.com/terser/terser) from 4.3.4 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
When I test scroll to bottom event on common component it works properly. But if I add 'inverse' attribute to component and try to scroll component to top - it...
How can I use 2 way scroll ? I need to load list from middle. And then load prev and next content depending on scroll direction.
[demo](https://codesandbox.io/s/immutable-tdd-dycwzq?file=/src/index.js) if you scroll to the end the loader will appear. How to fix it?
Hi, i'm having trouble trying to style the scrollbar. I have tried styling it with webkit in the style props but it does not work. Any ideas on how to...