[7팀 정건휘] Chapter 1-2. 프레임워크 없이 SPA 만들기 (2)#52
Open
geonhwiii wants to merge 9 commits into
Open
Conversation
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.
과제 체크포인트
배포 링크
https://geonhwiii.github.io/front_6th_chapter1-2/
기본과제
가상돔을 기반으로 렌더링하기
이벤트 위임
심화 과제
Diff 알고리즘 구현
과제 셀프회고
이전 1차 과제에서는 제대로된 이해 없이 과제를 시작하여, 무작정 과제를 하는 방향이었습니다.
그래서 이번에는 과제를 시작하기 전에 부담을 내려놓고
VDom에 대해 이해하는 시간을 가지고 시작한 점이오히려 과제를 진행함에 있어 도움이 된 것 같습니다 :)
기술적 성장
기술 질문 문제의 대답처럼 단순하게 "리액트는 가상돔을 이용해서 렌더링 성능을 개선한다."
라는 단순한 생각에서,
React가 실제로Dom element를 그려가는 과정을 이해하면서,가상돔에 대해 좀 더 이해하고, 리액트라는 프레임워크의 방향성에 대해 좀 더 공감할 수 있는 시간이었습니다
과제 피드백
리뷰 받고 싶은 내용
이번 과제는 이해에 좀 더 집중할 수 있는 시간이어서 만족스러웠습니다.
한번 더 공부를 하면서, 리팩토링과 재구현을 진행해보고 싶습니다.
과제 내용에서 없는 리액트의 동작 과정 중 조금 더 구현하면 좋을 내용이 있을까요?
발제 리뷰를 통해
Fragment와 같은 것들을 구현하면 좋다고 들어서요~!