Importing multiple files in react

前端 未结 5 893
滥情空心
滥情空心 2020-12-24 07:01

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

5条回答
  •  离开以前
    2020-12-24 07:41

    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

提交回复
热议问题