Conversation
onebone
approved these changes
Nov 24, 2025
Contributor
onebone
left a comment
There was a problem hiding this comment.
8주차 워크북 고생 많으셨습니다! 쓰로틀링과 디바운싱을 잘 이해하신 것 같아요. 한 가지 걸리는 점은 useThrottle이 false -> true에서 바뀌는 건 쓰로틀이 걸리는데 반대 경우는 바로 설정되게 되어 있는 것 같네요! 제가 예상한 동작은 무슨 값이든 간에 쓰로틀이 걸리는 구조였어서 조금 코드를 읽는 데 시간이 걸린 것 같아요. 워크북을 보시면 스크롤에 쓰로틀을 사용하는 케이스도 적혀있어서, 지금처럼 inView를 처리하기 위한 특수 로직이 아니라 일반적인 상황에도 대응할 수 있게 하면 더 좋을 것 같네요!
8주차 워크북 고생 많으셨고 앞으로 얼마 안 남은 워크북 모두 화이팅입니다 💪
Author
|
inView를 처리 하기 위한 특수로직이 아닌 일반적인 상황에도 대응할 수 있도록 코드를 수정하였습니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✅ 8주차 워크북 완료 🎉
워크북을 완료한 챌린저분들, 수고 많으셨습니다!
이곳에 학습 진행 중 트러블슈팅(문제 해결 경험), 커밋별 설명, 그리고 소감을 자유롭게 남겨주세요.
서로의 경험을 공유하며 성장해봐요! 🚀
🛠️ 트러블슈팅 (Troubleshooting)
문제
원인 분석
해결 방법
📌 커밋별 설명 (Commit Log)