mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Translate 04-self-closing-tag.md to Japanese
This commit is contained in:
14
docs/tips/04-self-closing-tag.ja-JP.md
Normal file
14
docs/tips/04-self-closing-tag.ja-JP.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
id: self-closing-tag-ja-JP
|
||||
title: 自己終了タグ
|
||||
layout: tips
|
||||
permalink: self-closing-tag-ja-JP.html
|
||||
prev: if-else-in-JSX-ja-JP.html
|
||||
next: maximum-number-of-jsx-root-nodes-ja-JP.html
|
||||
---
|
||||
|
||||
JSXでは、 `<MyComponent />` 単体は正しいですが、 `<MyComponent>` は正しくありません。 全てのタグは、自己終了の形式または対応する終了タグ( `</MyComponent>` )で閉じるべきです。
|
||||
|
||||
> 注意:
|
||||
>
|
||||
> 全てのReactコンポーネントは `<div />` のように自己終了タグになり得ます。 `<div></div>` もまた同様です。
|
||||
Reference in New Issue
Block a user