Merged
Conversation
doitchuu
reviewed
Apr 28, 2025
Member
doitchuu
left a comment
There was a problem hiding this comment.
고생하셨습니다!
직접 이미지 자료도 만들어주셔서 이해에 도움이 되었어요 👍
오타만 수정 부탁드립니다.
Member
There was a problem hiding this comment.
Suggested change
| > 소스코드가 커파일 과정을 거쳐서 컴퓨터가 이해할 수 있는 기계어로 바뀌어 실행될 수 있는 프로그램이 되는 괴정. | |
| > 소스코드가 컴파일 과정을 거쳐서 컴퓨터가 이해할 수 있는 기계어로 바뀌어 실행될 수 있는 프로그램이 되는 과정. |
Member
There was a problem hiding this comment.
Suggested change
| 소스코드가 컴파일이 되어 기계어 코드가 되면 프로그램이 메모리에 적제되어서 실행되는데, 이 시간을 `런타임`이라고 함. | |
| 소스코드가 컴파일이 되어 기계어 코드가 되면 프로그램이 메모리에 적재되어서 실행되는데, 이 시간을 `런타임`이라고 함. |
Member
There was a problem hiding this comment.
Suggested change
| tsc는 코드 타입에 어류가 없는지를 확인함.<br /> | |
| tsc는 코드 타입에 오류가 없는지를 확인함.<br /> |
CH07_비동기_호출/7.1_API_요청/seongho.md
Outdated
Member
There was a problem hiding this comment.
[React Query와 Zod를 활용한 REST API 타입 안정성 확보](React Query와 Zod를 활용한 REST API 타입 안정성 확보)에 대해 ZOd 사용하면서 공부해보았는데
이후에 쓰실 일이 있으면 관련 아티클들 참고해보아도 좋을 것 같아요 👍
Member
There was a problem hiding this comment.
OMG 링크 전달 드려요 🥲
React Query와 Zod를 활용한 REST API 타입 안정성 확보
Contributor
Author
There was a problem hiding this comment.
대박 슬기님이 직접 정리하신거군요,,🫢
doitchuu
approved these changes
Apr 29, 2025
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.
close #16
이번 단원은 코드 예시와 이론적인 내용이 많네용
이번주도 고생하셨습니다!! 🥸