-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/alarm cate #194 #195 #210
Conversation
} | ||
setCurCate(getCategoryByUrl(loca)); | ||
}, []); | ||
setArticles([]); |
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.
카테고리 스위칭과 무한스크롤 충돌을 어떻게 수정하셨는지 정말 궁금했는데 curCate 상태값 삭제하시고 게시물을 0개로 초기화한뒤 무한스크롤을 통해서 게시물을 받아오는 방식으로 바꾸셨군요... 좋습니다....
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.
LGTM
#194 알람 페이지
#195 카테고리 스위칭 + 무한 스크롤