Skip to content

Commit dd72c58

Browse files
committed
docs: update docs
1 parent ff27154 commit dd72c58

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

โ€Žsrc/content/reference/react-dom/components/form.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ title: "<form>"
3636

3737
#### Props {/*props*/}
3838

39-
`<form>` supports all [common element props.](/reference/react-dom/components/common#common-props)
39+
`<form>`์€ ๋ชจ๋“  [๊ณตํ†ต ์—˜๋ฆฌ๋จผํŠธ Props](/reference/react-dom/components/common#common-props)๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.
4040

4141
[`action`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#action): a URL or function. When a URL is passed to `action` the form will behave like the HTML form component. When a function is passed to `action` the function will handle the form submission in a Transition following [the Action prop pattern](/reference/react/useTransition#exposing-action-props-from-components). The function passed to `action` may be async and will be called with a single argument containing the [form data](https://developer.mozilla.org/en-US/docs/Web/API/FormData) of the submitted form. The `action` prop can be overridden by a `formAction` attribute on a `<button>`, `<input type="submit">`, or `<input type="image">` component.
4242

โ€Žsrc/content/reference/react-dom/components/link.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ link: "<link>"
3030

3131
#### Props {/*props*/}
3232

33-
`<link>` supports all [common element props.](/reference/react-dom/components/common#common-props)
33+
`<link>`๋Š” ๋ชจ๋“  [๊ณตํ†ต ์—˜๋ฆฌ๋จผํŠธ Props](/reference/react-dom/components/common#common-props)๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.
3434

3535
* `rel`: ๋ฌธ์ž์—ด ํƒ€์ž…, ํ•„์ˆ˜, [๋ฆฌ์†Œ์Šค์™€์˜ ๊ด€๊ณ„](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel)๋ฅผ ์ง€์ •ํ•ฉ๋‹ˆ๋‹ค. React๋Š” ๋‹ค๋ฅธ ๋งํฌ์™€๋Š” ๋‹ฌ๋ฆฌ [`rel="stylesheet"` ๋งํฌ๋ฅผ ํŠน๋ณ„ํ•˜๊ฒŒ ์ฒ˜๋ฆฌ](#special-rendering-behavior)ํ•ฉ๋‹ˆ๋‹ค.
3636

โ€Žsrc/content/reference/react-dom/components/meta.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ meta: "<meta>"
3030

3131
#### Props {/*props*/}
3232

33-
`<meta>` supports all [common element props.](/reference/react-dom/components/common#common-props)
33+
`<meta>`๋Š” ๋ชจ๋“  [๊ณตํ†ต ์—˜๋ฆฌ๋จผํŠธ Props](/reference/react-dom/components/common#common-props)๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.
3434

3535
๋‹ค์Œ ์†์„ฑ ์ค‘ _ํ•˜๋‚˜๋งŒ_ ๊ฐ€์ ธ์•ผ ํ•ฉ๋‹ˆ๋‹ค. `name`, `httpEquiv`, `charset`, `itemProp`.
3636

โ€Žsrc/content/reference/react-dom/components/option.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ title: "<option>"
3636

3737
#### Props {/*props*/}
3838

39-
`<option>` supports all [common element props.](/reference/react-dom/components/common#common-props)
39+
`<option>`์€ ๋ชจ๋“  [๊ณตํ†ต ์—˜๋ฆฌ๋จผํŠธ Props](/reference/react-dom/components/common#common-props)๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.
4040

4141
๋˜ํ•œ, `<option>`์€ ์•„๋ž˜์™€ ๊ฐ™์€ Props๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.
4242

โ€Žsrc/content/reference/react-dom/components/progress.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ title: "<progress>"
3030

3131
#### Props {/*props*/}
3232

33-
`<progress>` supports all [common element props.](/reference/react-dom/components/common#common-props)
33+
`<progress>`๋Š” ๋ชจ๋“  [๊ณตํ†ต ์—˜๋ฆฌ๋จผํŠธ Props](/reference/react-dom/components/common#common-props)๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.
3434

3535
๋˜ํ•œ `<progress>`๋Š” ์•„๋ž˜์™€ ๊ฐ™์€ Props๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.
3636

โ€Žsrc/content/reference/react-dom/components/script.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ script: "<script>"
3131

3232
#### Props {/*props*/}
3333

34-
`<script>` supports all [common element props.](/reference/react-dom/components/common#common-props)
34+
`<script>`๋Š” ๋ชจ๋“  [๊ณตํ†ต ์—˜๋ฆฌ๋จผํŠธ Props](/reference/react-dom/components/common#common-props)๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.
3535

3636
`children` ๋˜๋Š” `src` ์†์„ฑ์„ ๊ฐ€์ ธ์•ผ ํ•ฉ๋‹ˆ๋‹ค.
3737

โ€Žsrc/content/reference/react-dom/components/select.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ select box๋ฅผ ํ‘œ์‹œํ•˜๋ ค๋ฉด [๋‚ด์žฅ ๋ธŒ๋ผ์šฐ์ € `<select>` ์ปดํฌ๋„ŒํŠธ](http
3636

3737
#### Props {/*props*/}
3838

39-
`<select>` supports all [common element props.](/reference/react-dom/components/common#common-props)
39+
`<select>`๋Š” ๋ชจ๋“  [๊ณตํ†ต ์—˜๋ฆฌ๋จผํŠธ Props](/reference/react-dom/components/common#common-props)๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.
4040

4141
[select box๋ฅผ ์ œ์–ด](#controlling-a-select-box-with-a-state-variable)ํ•˜๋ ค๋ฉด `value` Prop์„ ์ „๋‹ฌํ•˜์„ธ์š”.
4242

โ€Žsrc/content/reference/react-dom/components/style.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ style: "<style>"
3030

3131
#### Props {/*props*/}
3232

33-
`<style>` supports all [common element props.](/reference/react-dom/components/common#common-props)
33+
`<style>`์€ ๋ชจ๋“  [๊ณตํ†ต ์—˜๋ฆฌ๋จผํŠธ Props](/reference/react-dom/components/common#common-props)๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.
3434

3535
* `children`: ๋ฌธ์ž์—ด ํƒ€์ž…. ํ•„์ˆ˜ ํ•ญ๋ชฉ. ์Šคํƒ€์ผ์‹œํŠธ์˜ ๋‚ด์šฉ.
3636
* `precedence`: ๋ฌธ์ž์—ด ํƒ€์ž…. ๋ฌธ์„œ์˜ `<head>` ๋‚ด ๋‹ค๋ฅธ ์š”์†Œ๋“ค์— ๋น„ํ•ด `<style>` DOM ๋…ธ๋“œ์˜ ์ˆœ์œ„๋ฅผ ์ง€์ •ํ•˜์—ฌ, ์–ด๋–ค ์Šคํƒ€์ผ์‹œํŠธ๊ฐ€ ๋‹ค๋ฅธ ์Šคํƒ€์ผ์‹œํŠธ๋ฅผ ๋ฎ์–ด์“ธ ์ˆ˜ ์žˆ๋Š”์ง€๋ฅผ ๊ฒฐ์ •ํ•ฉ๋‹ˆ๋‹ค. React๋Š” ๋จผ์ € ๋ฐœ๊ฒฌํ•œ ์šฐ์„ ์ˆœ์œ„๋ฅผ "๋‚ฎ๊ฒŒ", ๋‚˜์ค‘์— ๋ฐœ๊ฒฌํ•œ ์šฐ์„ ์ˆœ์œ„๋ฅผ "๋†’๊ฒŒ" ์ถ”๋ก ํ•ฉ๋‹ˆ๋‹ค. ๋งŽ์€ ์Šคํƒ€์ผ ์‹œ์Šคํ…œ์€ ์Šคํƒ€์ผ ๊ทœ์น™์ด ์›์ž์ ์ด๊ธฐ ๋•Œ๋ฌธ์— ๋‹จ์ผ ์šฐ์„ ์ˆœ์œ„ ๊ฐ’์„ ์‚ฌ์šฉํ•ด๋„ ์ž˜ ์ž‘๋™ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ๋™์ผํ•œ ์šฐ์„ ์ˆœ์œ„๋ฅผ ๊ฐ€์ง€๋Š” ์Šคํƒ€์ผ์‹œํŠธ๋Š” `<link>` ํƒœ๊ทธ์ธ์ง€ ์ธ๋ผ์ธ `<style>` ํƒœ๊ทธ์ธ์ง€ [`preinit`](/reference/react-dom/preinit) ํ•จ์ˆ˜๋กœ ๋กœ๋“œ๋œ ๊ฒƒ์ธ์ง€์™€ ๋ฌด๊ด€ํ•˜๊ฒŒ ํ•จ๊ป˜ ์ ์šฉ๋ฉ๋‹ˆ๋‹ค.

โ€Žsrc/content/reference/react-dom/components/textarea.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ title: "<textarea>"
3030

3131
#### Props {/*props*/}
3232

33-
`<textarea>` supports all [common element props.](/reference/react-dom/components/common#common-props)
33+
`<textarea>`๋Š” ๋ชจ๋“  [๊ณตํ†ต ์—˜๋ฆฌ๋จผํŠธ Props](/reference/react-dom/components/common#common-props)๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.
3434

3535
[ํ…์ŠคํŠธ ์˜์—ญ์„ ์ œ์–ด](#controlling-a-select-box-with-a-state-variable)ํ•˜๋ ค๋ฉด `value` Prop์„ ์ „๋‹ฌํ•˜์„ธ์š”.
3636

โ€Žsrc/content/reference/react-dom/components/title.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ title: "<title>"
3030

3131
#### Props {/*props*/}
3232

33-
`<title>` supports all [common element props.](/reference/react-dom/components/common#common-props)
33+
`<title>`์€ ๋ชจ๋“  [๊ณตํ†ต ์—˜๋ฆฌ๋จผํŠธ Props](/reference/react-dom/components/common#common-props)๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.
3434

3535
* `children`: `<title>`์€ ์ž์‹์œผ๋กœ ํ…์ŠคํŠธ๋งŒ ํ—ˆ์šฉํ•ฉ๋‹ˆ๋‹ค. ์ด ํ…์ŠคํŠธ๋Š” ๋ฌธ์„œ์˜ ์ œ๋ชฉ์ด ๋ฉ๋‹ˆ๋‹ค. ํ…์ŠคํŠธ๋งŒ ๋ Œ๋”๋งํ•˜๋Š” ํ•œ, ์‚ฌ์šฉ์ž ์ •์˜ ์ปดํฌ๋„ŒํŠธ๋„ ์ „๋‹ฌํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
3636

0 commit comments

Comments
ย (0)