-
Notifications
You must be signed in to change notification settings - Fork 0
[refactor] carousel 라이브러리 사용 없이 직접 구현 #14
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
base: feat/8-carousel
Are you sure you want to change the base?
Conversation
|
{movies.map(({ thumbnail, ranking, description, categories }) => ( | ||
<li key={ranking}> | ||
{ | ||
<RankingMovie |
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.
props를 찢어서 받아야 하는 명확한 이유가 없다면 movie 라는 객체로 하나로 받는게 좋다.
Movie라는 컴포넌트를 만들때에 관한 의사코드가 작성이 됬어야 한다.
모든 것, 가장 작은 것까지 모두 의사 근거로 들어가야 한다.
MyCarousel 명칭이 주는 어감. 내부에서 api를 호출할 것 같은 느낌.
연관된 이슈
작업 내용
스크린샷