-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#233 카테고리 배너 재조정 #235
#233 카테고리 배너 재조정 #235
Conversation
<Helmet> | ||
<link rel="preload" as="image" href={ImgCategoryBanner} /> | ||
</Helmet> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
메인 페이지뿐만 아니라, 카테고리 배너도 <Helmet />
에 넣어주는 이유는 무엇일까용?-?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이미지 파일을 한 파일에서만 import 하고 싶었어요...!
페이지마다, 혹은 html에 그냥 하는 게 나으려나요?!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
혹은- 정적 파일들을 이미지 파일로 불러오는 데에도 리소스가 들어서,
정적 파일이라면 base64로 바꿔서 html을 파싱할 때 바로 로드되게끔 하는 방법도 있을 것 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이미지 파일을 한 파일에서 import 한다는 게 잘 이해가 안됐습니다😂 좀 더 설명해주실 수 있을까용?!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제가 질문을 잘 이해를 못한 것 같아요.
메인 페이지, 카테고리 배너 각각 다른 이미지 파일을 프리로드 하기 위해 각각 Helmet을 선언한 건데,
어떤 다른 방법이 있는 걸까요??!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
옷 카테고리 배너도 프리로드 하는 이유가 궁금하다는 질뭉이었어요,,!
제가 질문을 아리까리하게 했네요 ㅎㅎ,,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아하!!!! 카테고리 페이지에 들어갈 때 배너 이미지가 빨리 보이게 하기 위함이었어요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
또 새로운 걸 알아갑니다~! 감사합니당 :D
📌 내용
📸 스크린샷