Skip to content

Commit 7a8b1de

Browse files
committed
docs: translate setup in react-learn
1 parent 1af50c5 commit 7a8b1de

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

src/content/learn/setup.md

+11-13
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,24 @@ 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.
7-
6+
React는 에디터, 타입스크립트, 브라우저 확장 프로그램, 컴파일러와 같은 도구와 연동됩니다. 이 섹션은 환경을 설정하는 데 도움이 될 것입니다.
87
</Intro>
98

10-
## Editor Setup {/*editor-setup*/}
11-
12-
See our [recommended editors](/learn/editor-setup) and learn how to set them up to work with React.
9+
## 에디터 설정하기 {/*editor-setup*/}
1310

14-
## Using TypeScript {/*using-typescript*/}
11+
[추천 에디터](/learn/editor-setup)를 살펴보고 React와 함께 작동하도록 설정하는 방법을 알아보세요.
1512

16-
TypeScript is a popular way to add type definitions to JavaScript codebases. [Learn how to integrate TypeScript into your React projects](/learn/typescript).
13+
## 타입스크립트 사용하기 {/*using-typescript*/}
1714

18-
## React Developer Tools {/*react-developer-tools*/}
15+
타입스크립트는 자바스크립트 코드베이스에 타입 정의를 추가하는 인기 있는 방법입니다. [React 프로젝트에 타입스크립트를 설정하는 방법을 알아보세요](/learn/typescript).
1916

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).
17+
## React 개발자 도구 {/*react-developer-tools*/}
2118

22-
## React Compiler {/*react-compiler*/}
19+
React 개발자 도구는 React 컴포넌트를 검사하고, props와 state를 편집하고, 성능 문제를 식별할 수 있는 브라우저 확장 프로그램입니다. [여기](learn/react-developer-tools)에서 설치하는 방법을 확인해보세요.
2320

24-
React Compiler is a tool that automatically optimizes your React app. [Learn more](/learn/react-compiler).
21+
## React 컴파일러 {/*react-compiler*/}
2522

26-
## Next steps {/*next-steps*/}
23+
React 컴파일러는 React 앱을 자동으로 최적화하는 도구입니다. [자세히 알아보세요](/learn/react-compiler).
2724

28-
Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day.
25+
## 다음 단계 {/*next-steps*/}
26+
[빠른시작](/learn)에서 자주 접하게 될 가장 중요한 React 개념들을 둘러보세요.

0 commit comments

Comments
 (0)