React image

https://www.youtube.com/watch?v=U07wzhfu66M

component/images/imag

js file:

import img1 from './images/image.jpg';

retrun{

<div>

<img src="{img1}" alt="" />

</div>


import works only with the module:----

2:

public/image

<img src="./images/image.jpg" alt="" />

Comments

Popular posts from this blog

interview questions js[ Anurag Singh ProCodrr]

reactnative_creation