PNG file extenstion uses in React

Lewis Kim·2019년 12월 26일
0
post-custom-banner

While I'm builiding the Sign-up page, I faced the minor problem to pull the code, which is shared with Sign-In page. "다예" made this part, so that I have to heavily rely on her code which means I have to decoding the meaning of it. What I found is that the img.png file is broken when I imported it.
Screen Shot 2019-12-27 at 12.53.43 am.png

So I double.... no triple checked the path of png file in my local storage.
There's nothing wrong with it!!!!!!!
Screen Shot 2019-12-27 at 12.52.37 am.png

Screen Shot 2019-12-27 at 12.53.39 am.png

"성진" said that if I want to use the png file in my local storage, I have to import it even if the img file does exist in my local folder.

Well...... I hate the system of React.
Unlike using of PNG file format, https:// foramt is much more general to import it.
So I'm gonna use https:// format as long as I can use it.

post-custom-banner

0개의 댓글