[1주차] 양성은 PR 제출합니다. #11
Open
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.
✅ 학습 내용 요약
*웹 브라우저의 전반적인 동작 원리에 대해 학습했습니다.
-브라우저의 주요 구성 요소(렌더링 엔진, 자바스크립트 해석기 등등)의 역할과 동작
-React가 가상 DOM을 사용하여 실제 DOM 조작을 최소화하고 성능을 최적화하는 핵심 원리
-CSR과 SSR의 차이점 및 각각의 장단점
학습한 내용을 바탕으로 만든 프로젝트를 Github에 올리는 과정에서 어려움을 겪었습니다. 마크다운한 파일을 커밋하는 과정에서 여러 시행착오가 있었습니다.
처음 학습을 시작했을 때, 파싱, DOM 트리, 렌더링 엔진 등 생소한 용어들이 많았습니다. 이 용어들이 각각 무엇을 의미하는지, 그리고 어떤 순서로 이어져 하나의 웹 페이지가 완성되는지 그 전체적인 흐름을 파악하는 것이 가장 큰 고민이었습니다. 텍스트로만 접했을 때는 각 개념이 어렵게만 느껴 머릿속에 명확한 그림이 그려지지 않았습니다.
함께 첨부된 그림을 참고하여 이해를 해보려 노력을 하였습니다. 앞으로도 꾸준히 공부를 해나가야할 것 같습니다.