1 post tagged with touch events
Improving Touch Events upon an Infinite Scrolling Component
In my recent blog post on Using React Hooks to set up Infinite Scroll, I created a working version of infinite scroll that works in both desktop and touch screen environments. However, I came across a problem I did not anticipate when I put it into…