質問編集履歴
2
d
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
d
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
React ReduxでActionの別ファイルに同じTypeを使っていたら同じ動作になりますか?
|
2
2
|
|
3
|
-
FormAction
|
3
|
+
FormAction.ts
|
4
4
|
```js
|
5
5
|
export const sendForm = () => ({
|
6
6
|
type: 'SEND',
|
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
```
|
10
10
|
|
11
|
-
MessageAction
|
11
|
+
MessageAction.ts
|
12
12
|
```js
|
13
13
|
export const sendMessage = () => ({
|
14
14
|
type: 'SEND',
|