Skip to content
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

[feat] 기대평 무한 캐러셀 구현 #63

Merged
merged 17 commits into from
Aug 5, 2024
Merged

Conversation

lybell-art
Copy link
Collaborator

@lybell-art lybell-art commented Aug 4, 2024

#️⃣ 연관 이슈

📝 작업 내용

기대평 섹션의 무한 캐러셀 부분을 구현했습니다.

swiper.js가 아니라 순수한 리액트만으로 구현했습니다.

useMountDragEvent (드래그 이벤트를 window에 마운트하는 커스텀 훅)의 터치 움직임 동작을 수정했습니다.

구체적으로는, 터치 시에는 onpointermove는 실행되지 않고, ontouchmove만 실행되게 했습니다.
더 이상 터치 드래그 도중 이벤트가 2번 실행되지 않으며, touch-action으로 설정한 브라우저 터치 이벤트를 방해하지 않습니다.

참고 이미지 및 자료

image
wiki - 순수 리액트로 무한캐러셀 구현기

@lybell-art lybell-art added fix 버그 및 오류 수정 feat 기능 구현 labels Aug 4, 2024
@lybell-art lybell-art requested a review from darkdulgi August 4, 2024 00:27
@lybell-art lybell-art self-assigned this Aug 4, 2024
Copy link
Collaborator

@darkdulgi darkdulgi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@darkdulgi darkdulgi merged commit 4fbaae2 into dev Aug 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현 fix 버그 및 오류 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants