Open
Conversation
Co-authored-by: 김보경 <rlaqhrud6263@naver.com>
[5주차] 5장, 6장 내용 정리
AdamSeungheonShin
approved these changes
Jan 21, 2026
Contributor
There was a problem hiding this comment.
버전 마이그레이션을 하면서 여러 버전을 사용할 때에 root를 이용하면 버전이 다른 각 앱의 루트노드에만 이벤트를 추가할 수 있기 때문입니다.
버전이 다른 앱 간의 간섭이나 충돌을 예방할 수 있습니다!
Contributor
There was a problem hiding this comment.
비동기 작업 내부의 상태변화가 배치처리가 되지 않아서 매번 리렌더링이 발생하던 문제를 개선할 수 있었습니다!
Contributor
There was a problem hiding this comment.
특정 작업들을 낮은 순위로 분류해서 중요한 이벤트가 발생하면 기존 작업을 중단하고, 중요한 작업을 우선 처리합니다
Contributor
There was a problem hiding this comment.
SSR은 Hydration이 필요합니다
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.
이번 주차 내용은 개발 환경과 관련된 내용과 리액트 17과 18에서의 변경 사항에 대해서 다루더라구요 !
17과 18의 변경 사항은 해당 책보다 따로 더 알아보는게 더 좋을 것 같다는 생각을 했습니다.