-
Notifications
You must be signed in to change notification settings - Fork 7
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
[2주차/Thunder] 워크북 제출합니다. #13
Conversation
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~ 이번주도 고생하셨습니다~~!! 몇가지 코멘트 남겨드렸습니다!!
<div className="study-container"> | ||
<TodoList /> | ||
<DoneList /> | ||
</div> |
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.
이 부분도 ListContainer로 모듈로 분리해주시면 좋을 것 같습니다~
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.
파일 이름 컨벤션 통일 시켜주시면 좋을 것 같습니다! (ThemeProvider)
|
||
export default function Navbar(): React.JSX.Element { | ||
const { theme, toggleTheme } = useTheme(); | ||
const isLightMode = theme === THEME.LIGHT; |
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.
이 부분 useTheme이 반납하는 결과물로 주어, 더욱 NavBar라는 컴포넌트에 좋은 코드를 작성할 수 있을 것 같습니다~ 한번 도전해보세요!
✅ 워크북 체크리스트
✅ 컨벤션 체크리스트
📌 주안점