質問編集履歴
1
誤記修正
title
CHANGED
|
@@ -1,1 +1,1 @@
|
|
|
1
|
-
index.htmlと
|
|
1
|
+
index.htmlとindex.jsはどのような仕組みで連携しているのでしょうか?
|
body
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
Reactを学習中です。
|
|
2
|
+
|
|
1
3
|
以下はcreate-react-appコマンドで作成した一連ファイル内にある
|
|
2
4
|
index.htmlですが、特にindex.jsを使うような記述が見当たりません。
|
|
3
|
-
index.htmlと
|
|
5
|
+
index.htmlとindex.jsはどのような仕組みで連携しているのでしょうか?
|
|
4
6
|
|
|
5
7
|
```html
|
|
6
8
|
<!DOCTYPE html>
|