Skip to content

[7주차] 8장, 9장, 10장 내용 정리#33

Open
codingaring wants to merge 9 commits intomainfrom
yukyoung_9/10/11
Open

[7주차] 8장, 9장, 10장 내용 정리#33
codingaring wants to merge 9 commits intomainfrom
yukyoung_9/10/11

Conversation

@codingaring
Copy link
Contributor

이번 주차 내용은 개발 환경과 관련된 내용과 리액트 17과 18에서의 변경 사항에 대해서 다루더라구요 !

17과 18의 변경 사항은 해당 책보다 따로 더 알아보는게 더 좋을 것 같다는 생각을 했습니다.

@codingaring codingaring self-assigned this Jan 13, 2026
Copy link
Contributor

@AdamSeungheonShin AdamSeungheonShin left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~!

Copy link
Contributor

Choose a reason for hiding this comment

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

버전 마이그레이션을 하면서 여러 버전을 사용할 때에 root를 이용하면 버전이 다른 각 앱의 루트노드에만 이벤트를 추가할 수 있기 때문입니다.
버전이 다른 앱 간의 간섭이나 충돌을 예방할 수 있습니다!

Copy link
Contributor

Choose a reason for hiding this comment

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

비동기 작업 내부의 상태변화가 배치처리가 되지 않아서 매번 리렌더링이 발생하던 문제를 개선할 수 있었습니다!

Copy link
Contributor

Choose a reason for hiding this comment

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

특정 작업들을 낮은 순위로 분류해서 중요한 이벤트가 발생하면 기존 작업을 중단하고, 중요한 작업을 우선 처리합니다

Copy link
Contributor

Choose a reason for hiding this comment

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

SSR은 Hydration이 필요합니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants