Merged
Conversation
|
onebone
approved these changes
Dec 20, 2025
Contributor
onebone
left a comment
There was a problem hiding this comment.
10주차 워크북도 고생 많으셨습니다! 서브모듈로 작업해두셨군요👀 여러모로 잘 정돈된 코드인 것 같습니다👍 한 가지 짚어보자면 memo는 props를 비교하는 오버헤드를 추가해서 너무 많이 사용되면 오히려 역효과를 낼 수도 있어요. 예를 들어 MovieModal 같은 경우 보통 사용자가 영화를 클릭했을 때만 렌더링 될 거라서 비용이 낮을 가능성이 높아서 한 번 고려해보면 좋을 것 같아요. 이외에도 매번 props가 바뀔 수밖에 없는 컴포넌트나 children을 받는 컴포넌트도 memo를 쓰는 건 다시 고려해보는 게 좋습니다!
아무쪼록 10주차까지 같이 달려와주셔서 감사드리고 프로젝트에서 좋은 결과 내시기 바랍니다! 💪
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.
✅ 10주차 워크북 완료 🎉
워크북을 완료한 챌린저분들, 수고 많으셨습니다!
이곳에 학습 진행 중 트러블슈팅(문제 해결 경험), 커밋별 설명, 그리고 소감을 자유롭게 남겨주세요.
서로의 경험을 공유하며 성장해봐요! 🚀
🛠️ 트러블슈팅 (Troubleshooting)
문제
원인 분석
해결 방법
📌 커밋별 설명 (Commit Log)