Translation for React.Component by cadenzah · Pull Request #76 · reactjs/ko.react.dev

@cadenzah

@cadenzah

@netlify

@cadenzah

Props -> props (lowerCase로 통일)

@cadenzah

- 들 -> 불필요한 복수 표현 삭제
- 에 -> 불필요 조사 삭제

taehwanno

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@taehwanno

@simsim0709

@simsim0709

simsim0709

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고 많으셨습니다. 👍

taehwanno

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

자잘한 오타 제가 직접 수정해서 푸쉬할게요 :)

- **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 엘리먼트입니다.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

에리먼트 -> 엘리먼트

@taehwanno

@taehwanno

@cadenzah