-
-
Notifications
You must be signed in to change notification settings - Fork 468
Translate Hello world #9
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
1fe1981
Translate Hello World
chayeoi 803a856
Fix typo
chayeoi 83f997e
Fix typo
chayeoi 3e1515a
Remove unnecessary commas
chayeoi eb079c2
Remove duplicate meanings
chayeoi 4cd01bc
Change to proper noun
chayeoi f700a38
Change a word to another word with same meaning
chayeoi ad2e8ad
Merge branch 'master' into hello-world
chayeoi 8dbdf83
Change a word to another word with same meaning
chayeoi 292b887
Trim unnecessary whitespace
chayeoi eb32e5d
Merge branch 'master' into hello-world
hg-pyun 663b8ea
Merge branch 'hello-world' of https://github.com/chayeoi/ko.reactjs.o…
chayeoi f0c3cc0
Merge branch 'master' into hello-world
taehwanno File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ prev: cdn-links.html | |
next: introducing-jsx.html | ||
--- | ||
|
||
가장 단순한 리액트 예제는 다음과 같이 생겼습니다. | ||
가장 단순한 React 예제는 다음과 같이 생겼습니다. | ||
|
||
```js | ||
ReactDOM.render( | ||
|
@@ -24,19 +24,19 @@ ReactDOM.render( | |
|
||
## 이 안내서를 읽는 방법 {#how-to-read-this-guide} | ||
|
||
이 안내서에서 우리는 요소와 컴포넌트라고 불리는 React 앱의 구성 블록들에 대해 살펴볼 것입니다. 이들을 마스터하고 나면 재사용 가능한 조각들로부터 복잡한 앱을 만들 수도 있습니다. | ||
이 안내서에서 우리는 엘리먼트와 컴포넌트라고 불리는 React 앱의 구성 블록들에 대해 살펴볼 것입니다. 이들을 숙달하고 나면 재사용 가능한 조각들로부터 복잡한 앱을 만들 수도 있습니다. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
||
>팁 | ||
> | ||
>이 안내서는 **개념들을 단계적으로** 배우길 원하는 사람들을 대상으로 합니다. 실습을 통해 배우길 원한다면, [실전 튜토리얼](/tutorial/tutorial.html)을 확인하세요. 이 안내서와 실전 튜토리얼은 상호보완적인 내용을 담고 있습니다. | ||
|
||
이 페이지는 React 주요 개념에 대한 단계별 안내서의 첫 번째 챕터입니다. 내비게이션 사이드바에서 모든 챕터의 목록을 확인할 수 있습니다. 모바일 기기에서 읽고 있다면, 화면 우측 하단 끝에 있는 버튼을 클릭하여 내비게이션에 접근할 수 있습니다. | ||
이 페이지는 React 주요 개념에 대한 단계별 안내서의 첫 번째 장입니다. 내비게이션 사이드바에서 모든 장의 목록을 확인할 수 있습니다. 모바일 기기에서 읽고 있다면, 화면 우측 하단 끝에 있는 버튼을 클릭하여 내비게이션에 접근할 수 있습니다. | ||
gnujoow marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
이 안내서의 모든 챕터는 이전 챕터의 내용을 토대로 작성되었습니다. **사이드바에 보이는 순서대로 "주요 개념" 안내서의 챕터들을 읽으면 React의 거의 모든 내용을 익힐 수 있습니다.** [“JSX 소개”](/docs/introducing-jsx.html)가 바로 이 다음 챕터입니다. | ||
이 안내서의 모든 장들은 이전 장의 내용을 토대로 작성되었습니다. **사이드바에 보이는 순서대로 "주요 개념" 안내서의 장들을 읽으면 React의 거의 모든 내용을 익힐 수 있습니다.** [“JSX 소개”](/docs/introducing-jsx.html)가 바로 이 다음 장입니다. | ||
taehwanno marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## 지식 수준 가정 {#knowledge-level-assumptions} | ||
taehwanno marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
React는 JavaScript 라이브러리이며, 따라서 JavaScript 언어에 대한 기본적 이해를 필요로 합니다. **아직 자신이 없다면, [JavaScript 튜토리얼 살펴보기](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript)를 통해 자신의 지식 수준을 확인해보길 권장드리며** 이를 통해 길을 잃지 않고 이 안내서를 잘 따라올 수 있게 될 것입니다. 30분에서 1시간 가량 소요되지만, 결과적으로 더 이상 React와 JavaScript를 동시에 배운다는 느낌을 받지 않을 수 있습니다. | ||
React는 JavaScript 라이브러리이며, 따라서 JavaScript 언어에 대한 기본적인 이해가 필요합니다. **아직 자신이 없다면, [JavaScript 튜토리얼 살펴보기](https://developer.mozilla.org/ko/docs/A_re-introduction_to_JavaScript)를 통해 자신의 지식수준을 확인해보길 권장드리며** 이를 통해 길을 잃지 않고 이 안내서를 잘 따라올 수 있게 될 것입니다. 30분에서 1시간 가량 소요되지만, 결과적으로 더 이상 React와 JavaScript를 동시에 배운다는 느낌을 받지 않을 수 있습니다. | ||
|
||
>주의 | ||
> | ||
|
@@ -45,6 +45,6 @@ React는 JavaScript 라이브러리이며, 따라서 JavaScript 언어에 대한 | |
|
||
## 시작해봅시다! {#lets-get-started} | ||
|
||
아래로 계속 스크롤하면, 푸터 바로 앞에서 [다음 챕터](/docs/introducing-jsx.html)로 연결된 링크를 찾을 수 있습니다. | ||
아래로 계속 스크롤하면, 푸터 바로 앞에서 [다음 장](/docs/introducing-jsx.html)으로 연결된 링크를 찾을 수 있습니다. | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.