Javascript – How do I map() all images in a folder? | React.js
I need to map through all images in a folder in the public directory, and I was following this post to try to do that but I'm getting this error Uncaught (in promise) ReferenceError: require is not defined at GalleryPage.jsx:8:16…