回答編集履歴
1
テキスト追加
test
CHANGED
@@ -19,3 +19,27 @@
|
|
19
19
|
};
|
20
20
|
|
21
21
|
```
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
### 追記
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
[PR#1](https://github.com/masatoshiTakada/react-redux-sample/pull/1) の作業ブランチ、
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
- [jun68ykt/react-redux-sample/tree/fix/teratail-q267220](https://github.com/jun68ykt/react-redux-sample/tree/fix/teratail-q267220)
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
の現状で動画確認した画面キャプチャが以下です。
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
![イメージ説明](01fef9d1802de6bec958a9d04af7a686.png)
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
redux-logger によって、REQUEST_FETCHアクションとSUCCEED_FETCHアクションがdispatchされているのを、Consoleから確認できています。
|