react-hooks-infinite-scroll
react-hooks-infinite-scroll copied to clipboard
An example Infinite Scroll component, built using React Hooks
Hi, I was wondering how would you prevent from fetching when there's no more data? I've implemented your work in my project, but it keeps fetching when I'm scrolling down...
120 vulnerabilities (9 low, 57 moderate, 47 high, 7 critical) to 6 moderate severity vulnerabilities
When we zoom in chrome and many other browsers, the height comes in decimal points, to fix this issue, I wrapped it in Math.ceil function and to avoid React Exhaustive...
Hi! I found your article on upmostly. I found it very useful, however I'm trying to write a Jest test for this module using the `react-testing-library`. It seems like there...