Skip to content

Commit

Permalink
fix: 수정사항 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
brgndyy committed Jul 21, 2024
1 parent cbcccd0 commit c598fd7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

---

짧은 답변: 대부분의 경우 useEffect() 콜백은 페인트 후에 실행되지만 항상 그런 것은 아닙니다.
요약: 대부분의 경우 useEffect() 콜백은 페인트 후에 실행되지만 항상 그런 것은 아닙니다.

[리액트 공식문서](https://react.dev/reference/react/useEffect)에서 아래와 같이 설명하고 있습니다. (2023/08/09)

Expand All @@ -18,7 +18,7 @@

## 1. 데모 1 - useEffect의 콜백은 페인트 전에 실행 된다.

아래의 코드 스니펫의 결과는 어떻게 될까요 ?
아래의 코드 스니펫의 결과는 어떻게 될까요?

```tsx
import React, { useState, useEffect } from "react";
Expand Down

0 comments on commit c598fd7

Please sign in to comment.