Uh oh!
There was an error while loading. Please reload this page.
Translation for React.Component - #76
Conversation
Deploy preview for ko-reactjs-org ready! Built with commit 266c1e1 |
요소 -> 엘리먼트
Props -> props (lowerCase로 통일)
- 들 -> 불필요한 복수 표현 삭제 - 에 -> 불필요 조사 삭제
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
taehwanno
left a comment
There was a problem hiding this comment.
자잘한 오타 제가 직접 수정해서 푸쉬할게요 :)
| - **React 요소.** 보통 [JSX](/docs/introducing-jsx.html)를 사용하여 생성됩니다. 예를 들어, `<div />`와 `<MyComponent />`는 React가 DOM 노드 또는 사용자가 정의한 컴포넌트를 만들도록 지시하는 React 엘리먼트입니다. | ||
| - **배열과 Fragments.** `render()`를 통하여 여러 개의 엘리먼트를 반환합니다. 자세한 정보는 [Fragments](/docs/fragments.html) 문서를 통하여 확인할 수 있습니다. | ||
| - **Portals.** 별도의 DOM 하위 트리에 자식 엘리먼트를 렌더링합니다. 자세한 정보는 [Portals](/docs/portals.html)에서 확인할 수 있습니다. | ||
| - **React 에리먼트.** 보통 [JSX](/docs/introducing-jsx.html)를 사용하여 생성됩니다. 예를 들어, `<div />`와 `<MyComponent />`는 React가 DOM 노드 또는 사용자가 정의한 컴포넌트를 만들도록 지시하는 React 엘리먼트입니다. |
taehwanno
commented
May 23, 2019
고생하셨습니다! |
cadenzah
commented
May 23, 2019
@taehwanno@simsim0709 제가 알림 확인이 늦었네요. 대신 수정 작업 해주셔서 감사하고 늘 고생하십니다 :) |
Progress
Please give me feedbacks, and I will apply them ASAP!