Skip to content

[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

Open
wants to merge 18 commits into
base: feat/8-carousel
Choose a base branch
from

Conversation

lecto17
Copy link
Collaborator

@lecto17 lecto17 commented Jun 12, 2025

연관된 이슈

#8

작업 내용

  • carousel 직접 구현: slidesToShow, slidesToScroll 기능, 좌우 슬라이드 버튼, infinite scroll, auto play(& speed), draggable, 터치 패드 스와이프 기능

스크린샷

@lecto17 lecto17 self-assigned this Jun 12, 2025
Copy link

{movies.map(({ thumbnail, ranking, description, categories }) => (
<li key={ranking}>
{
<RankingMovie
Copy link
Collaborator Author

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를 호출할 것 같은 느낌.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant