-
Notifications
You must be signed in to change notification settings - Fork 35
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
[김민찬] Sprint9 #296
The head ref may contain hidden characters: "Next-\uAE40\uBBFC\uCC2C-Sprint10"
[김민찬] Sprint9 #296
Conversation
- window 객체를 사용하는 모든 컴포넌트를 SSR로 부르지 못하고 동적 로딩하는 것은 불편하다고 판단하여 window 객체의 유무로 분기하는 것으로 변경 - 사용하지 않는 innerHeight 제거
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.
깔끔한 리팩토링이였습니다~~!
역시 민찬님 최고에요 👍 👍
민찬님 저희 회사에 데려가고 시파요 아주 ㅎㅁㅎ
이번 한주도 화이팅이에요!
@@ -17,19 +17,19 @@ | |||
background-color: var(--white); | |||
border-bottom: 1px solid var(--border-gray); | |||
|
|||
@media #{$tabletSize} { | |||
@include tablet { |
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.
오호 좋아요~~! 이제 scss 간지나게 사용하시겠군요 :)
주요 변경사항
URLSearchParams API를 사용하여 URL 쿼리스트링의 유지보수성을 개선하였습니다.
window 객체의 유무에 따라 useEffect를 분기처리하도록 하였습니다.
반환하도록 개선하였습니다.
멘토에게