回答編集履歴

1

Hooksへのリンクを追記

2020/03/11 11:46

投稿

SeieiMiyagi
SeieiMiyagi

スコア247

test CHANGED
@@ -23,3 +23,11 @@
23
23
  const [personNames, setPersonNames] = useState(['A', 'B', 'C']);
24
24
 
25
25
  ```
26
+
27
+
28
+
29
+ 詳しい使い方はwebサイトに載っています。
30
+
31
+
32
+
33
+ [https://ja.reactjs.org/docs/hooks-state.html](https://ja.reactjs.org/docs/hooks-state.html)