-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useEffect의 콜백은 언제 실행 되는가? 페인트 전인가 후인가 ? #23
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
건디 고생하셨습니다~
글 이해하는게 너무너무 너무 너무 너무 너무 너무 어렵네요 ㅠㅠ;
대충 이해하고 넘어가겠습니다 ㅠ
약간의 단어 수정 사항을 제안해보아요~
|
||
--- | ||
|
||
짧은 답변: 대부분의 경우 useEffect() 콜백은 페인트 후에 실행되지만 항상 그런 것은 아닙니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
짧은 답변: 대부분의 경우 useEffect() 콜백은 페인트 후에 실행되지만 항상 그런 것은 아닙니다. | |
요약: 대부분의 경우 useEffect() 콜백은 페인트 후에 실행되지만 항상 그런 것은 아닙니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사해요 러기~ 반영했습니다!
|
||
## 1. 데모 1 - useEffect의 콜백은 페인트 전에 실행 된다. | ||
|
||
아래의 코드 스니펫의 결과는 어떻게 될까요 ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아래의 코드 스니펫의 결과는 어떻게 될까요 ? | |
아래의 코드 스니펫의 결과는 어떻게 될까요? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 또한 수정 완료!
편하게 보기
늦어서 죄송합니다..
useEffect 콜백의 실행 시점을 담은 글이에요!
내부 구조를 담은 글이어서 사실 봐도봐도 이해가 되지는 않지만, 두고두고 보면 도움 될거 같아서 선택했습니다~!