Translate reference-glossary by gnujoow · Pull Request #16 · reactjs/ko.react.dev
Conversation
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
번역을 진행하면서 어색하다고 생각하는 부분들을 코멘트로 달아두었습니다. 리뷰하실때 참고해주시면 감사하겠습니다. :)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
최종 PR은 15일까지 올리도록 하겠습니다.
| ## [엘리먼트](/docs/rendering-elements.html) {#elements} | ||
|
|
||
| React elements are the building blocks of React applications. One might confuse elements with a more widely known concept of "components". An element describes what you want to see on the screen. React elements are immutable. | ||
| React 엘리먼트(React Element)는 React 애플리캐이션을 구성하는 블록입니다. 엘리먼트는 "컴포넌트(Component)"라는 널리 알려진 개념과 혼동되기 쉽습니다. 엘리먼트는 화면에 보이는 것들을 기술하며, React 엘리먼트는 변경되지 않습니다. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"React elements are immutable"에서 immutable이 immutable data(불변 데이터)를 나타내는 건지 "변경되지 않는"이 맞는지 헷갈리네요.. 😓
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
문장 다음에 나오는 예제로 봐서는 element가 immutable이라고 설명하는 것 같아서 위와 같이 번역했어요. 불변이라고 하면 어색한 표현인 것 같아 "변경되지 않는"으로 번역하였습니다. :) @simsim0709
hg-pyun previously approved these changes Feb 25, 2019
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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