How to add snap scrolling in React
In this post we will display images with snap-scrolling affect in reactjs. We will use picsum photos to get the images and fetch instead of axios.
Lets start by creating a file SnapScroll.js and call the fecth() in useEffect.
useEffect(() => {
...
shwetakale.hashnode.dev2 min read