2 posts tagged with react
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…
Adding Infinite Scroll For Both Desktop and Mobile in Your Gatsby Project with React Hooks
I recently created my second production Gatsby application that gives a simple presentation of a local government open data dataset. I say production, though, much of the application is a proof-of-concept for a bigger application I have in the works…