Images in React js
There is 2types of process to insert images into react app,
Step One ::
Here in first step by using JSX Format you can insert, images with the help of template literals in react js , for that you have to place your image inside the src folder then follow this process
Step Two ::
you have to place your image inside the public folder then you can write html img src element to insert image in react app