Open
Conversation
hyun907
approved these changes
Jul 27, 2025
hyun907
approved these changes
Jul 27, 2025
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.
✨어떤 과제를 수행했나요?✨
4주차 React로 블로그 만들기
✨어려웠던점, 트러블슈팅✨
props를 전달하는 개념이 정확히 이해가 되지 않아서 예제 코드와 검색을 통해서, props를 매개변수로 받고 그에 필요한 객체들을 할당해주면 된다는 사실을 알게 되었습니다. 또한 컴포넌트마다 사용하는 객체가 달라서, 정확히 어떤 객체를 사용해야 할 지 고민하는 과정이 있었는데, 검색하며 입력받는 textarea 같은 경우 onChange는 반드시 객체로 포함되어야한다 등 개념을 학습했고 앞으로 코딩을 더 많이 해보면서 감을 익힐 생각입니다.
🤔 PR Point