Skip to content

Commit e8668e3

Browse files
docs: translate setup in react-learn (#1186)
# 설정하기 번역 다음 페이지를 번역하였습니다. [설정하기](https://ko.react.dev/learn/setup) ## 필수 확인 사항 - [x] [기여자 행동 강령 규약<sup>Code of Conduct</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CODE_OF_CONDUCT.md) - [x] [기여 가이드라인<sup>Contributing</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CONTRIBUTING.md) - [x] [공통 스타일 가이드<sup>Universal Style Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/universal-style-guide.md) - [x] [번역을 위한 모범 사례<sup>Best Practices for Translation</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/best-practices-for-translation.md) - [x] [번역 용어 정리<sup>Translate Glossary</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/translate-glossary.md) - [x] [`textlint` 가이드<sup>Textlint Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/textlint-guide.md) - [x] [맞춤법 검사<sup>Spelling Check</sup>](https://nara-speller.co.kr/speller/) ## 선택 확인 사항 - [ ] 번역 초안 작성<sup>Draft Translation</sup> - [ ] 리뷰 반영<sup>Resolve Reviews</sup> --------- Co-authored-by: 루밀LuMir <[email protected]>
1 parent 0abff86 commit e8668e3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/content/learn/setup.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ title: 설정하기
33
---
44
<Intro>
55

6-
React integrates with tools like editors, TypeScript, browser extensions, and compilers. This section will help you get your environment set up.
6+
React는 에디터, 타입스크립트, 브라우저 확장 프로그램, 컴파일러와 같은 도구와 연동됩니다. 이 섹션은 환경을 설정하는 데 도움이 될 것입니다.
77

88
</Intro>
99

10-
## Editor Setup {/*editor-setup*/}
10+
## 에디터 설정하기 {/*editor-setup*/}
1111

12-
See our [recommended editors](/learn/editor-setup) and learn how to set them up to work with React.
12+
[추천 에디터](/learn/editor-setup)를 살펴보고 React와 함께 작동하도록 설정하는 방법을 알아보세요.
1313

14-
## Using TypeScript {/*using-typescript*/}
14+
## 타입스크립트 사용하기 {/*using-typescript*/}
1515

16-
TypeScript is a popular way to add type definitions to JavaScript codebases. [Learn how to integrate TypeScript into your React projects](/learn/typescript).
16+
타입스크립트는 자바스크립트 코드베이스에 타입 정의를 추가하는 인기 있는 방법입니다. [React 프로젝트에 타입스크립트를 설정하는 방법을 알아보세요](/learn/typescript).
1717

18-
## React Developer Tools {/*react-developer-tools*/}
18+
## React 개발자 도구 {/*react-developer-tools*/}
1919

20-
React Developer Tools is a browser extension that can inspect React components, edit props and state, and identify performance problems. Learn how to install it [here](learn/react-developer-tools).
20+
React 개발자 도구는 React 컴포넌트를 검사하고, Props와 State를 편집하고, 성능 문제를 식별할 수 있는 브라우저 확장 프로그램입니다. [여기](learn/react-developer-tools)에서 설치하는 방법을 확인해보세요.
2121

22-
## React Compiler {/*react-compiler*/}
22+
## React 컴파일러 {/*react-compiler*/}
2323

24-
React Compiler is a tool that automatically optimizes your React app. [Learn more](/learn/react-compiler).
24+
React 컴파일러는 React 앱을 자동으로 최적화하는 도구입니다. [자세히 알아보세요](/learn/react-compiler).
2525

26-
## Next steps {/*next-steps*/}
26+
## 다음 단계 {/*next-steps*/}
2727

28-
Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day.
28+
[빠르게 시작하기](/learn)에서 자주 접하게 될 가장 중요한 React 개념들을 둘러보세요.

0 commit comments

Comments
 (0)