How To Build an Infinite Scroll Image Gallery with React and CSS Grid
In this tutorial, we will use the React frontend Javascript framework and CSS Grid to build an infinite scroll image gallery, using the Unsplash API to embed the photographic images. Using a codepen coding challenge from Scotch.io as a base for our code, we will use React.js to build out the interface, Axios to make the HTTP requests, and the `react-infinite-scroll` library to implement the infinite scroll feature. Also, for this tutorial, we’ll employ React Hooks.