[6주차] 이성진 학습 PR 제출합니다. #23
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.
✅ 학습 내용 요약
타입스크립트의 컴파일 과정과 자바스크립트로 변환하여 렌더링 하는 과정까지 알아 보았습니다. 또한 자바스크립트에서의 비동기 호출과 타입스크립트에서의 비동기 호출이 어떤 부분이 다른지에 대해 학습하였고 mock 서버를 만들거나 상태관리를 할 수 있는 다양한 방식에 대해 학습하였습니다!
🤔 고민했던 부분
책에 있던 예시 코드들이 좀 어려워서 이해하는데 시간이 많이 걸렸습니다. 하지만 계속해서 보고 구글링을 통해 어떻게 작동하는지에 대해 고민해 보고 이해했습니다!
TODO에 대한 계획
일단 컴포넌트 별로 다 분할하였고 작은 요소 부터 하나하나씩 이해하는 방식으로 코딩을 진행하여 마무리 주에는 완성해서 보여드릴 예정입니다!