I am using create-react-app for my react project. It has got webpack configured for importing images. I wish to import multiple images (say 10) from a images folder into a c
Just create img folder with all images in public folder and then you can do
src="/img/logo_main.png"
https://www.youtube.com/watch?v=taMJct5oeoI