Skip to content

Commit 1b8df8b

Browse files
authored
Update content/docs/create-a-new-react-app.md
1 parent e1aae13 commit 1b8df8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/create-a-new-react-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ next: cdn-links.html
2222

2323
## ツールチェインが必要ない場合
2424

25-
あなたが上記のような問題を経験していなかったり、まだ JavasScript のツールを利用するのに慣れていない場合、[HTML ページに簡単な `<script>` タグで React を追加](/docs/add-react-to-a-website.html)したり必要に応じて[JSX と利用](/docs/add-react-to-a-website.html#optional-try-react-with-jsx)することを検討してください。
25+
あなたが上記のような問題を経験していなかったり、まだ JavasScript のツールを利用するのに慣れていない場合、[HTML ページに簡単な `<script>` タグで React を追加](/docs/add-react-to-a-website.html)することを検討してください。([JSX の利用](/docs/add-react-to-a-website.html#optional-try-react-with-jsx)も検討してみてください)
2626

2727
これは**既存のウェブサイトに React を統合する最も簡単な方法**でもあります。あなたが役立つと思えばいつでもより大きなツールチェインを追加できます。
2828

0 commit comments

Comments
 (0)