-
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
[Feat/#363] Intro 페이지 추가 #364
Conversation
PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶 |
Quality Gate passedIssues Measures |
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.
p5) 역시 우리 리드야~ 벌써 pr을 올리잖아~ 하고 들어왔다가 깜짝아!
import * as S from "./Loading.styled"; | ||
|
||
const LoadingAnimation = lazy(() => import("@components/commons/loading/LoadingAnimation")); | ||
import LoadingAnimation from "./LoadingAnimation"; |
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.
p5) 이거 이렇게 바꾼 이유가 궁금합니다!!🫣🫢😦
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.
p5) 저도 궁금합니다 ! 아마 처음엔 초기 로딩 성능을 최적화하려고 동적 import를 한 것 같은데, 오히려 LoadingAnimation 이 늦게 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.
맞아요! 예전에 Next.js를 했을 때 애니메이션을 저 방식으로 lazy 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.
왕빠루다.... LGTM입니당
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 * as S from "./Loading.styled"; | ||
|
||
const LoadingAnimation = lazy(() => import("@components/commons/loading/LoadingAnimation")); | ||
import LoadingAnimation from "./LoadingAnimation"; |
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.
p5) 저도 궁금합니다 ! 아마 처음엔 초기 로딩 성능을 최적화하려고 동적 import를 한 것 같은데, 오히려 LoadingAnimation 이 늦게 import 되는 단점 같은 게 발생했던건가요..?
📌 관련 이슈번호
🎟️ PR 유형
어떤 변경 사항이 있나요?
✅ Key Changes
📢 To Reviewers
📸 스크린샷
🔗 참고 자료