質問編集履歴

2

書式改善

2018/02/17 10:05

投稿

rina_teratail
rina_teratail

スコア14

test CHANGED
File without changes
test CHANGED
@@ -46,8 +46,6 @@
46
46
 
47
47
  Reddit: '#',
48
48
 
49
- Telegram: '#',
50
-
51
49
  Website: '#',
52
50
 
53
51
  Email: '#',
@@ -73,8 +71,6 @@
73
71
  officialLinks: {
74
72
 
75
73
  Reddit: '#',
76
-
77
- Telegram: '#',
78
74
 
79
75
  Website: '#',
80
76
 
@@ -102,8 +98,6 @@
102
98
 
103
99
  Reddit: '#',
104
100
 
105
- Telegram: '#',
106
-
107
101
  Website: '#',
108
102
 
109
103
  Email: '#',

1

誤字修正

2018/02/17 10:04

投稿

rina_teratail
rina_teratail

スコア14

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ### 現状
2
2
 
3
- React/Reduxでアプリを作成して、手動でreducersのオブジェクトも作りました。これでwebpack-local-serverで確認すると、うまくアプリが機能しています。
3
+ React/Reduxでアプリを作成して、reducersのオブジェクトも作りました。これでwebpack-local-serverで確認すると、うまくアプリが機能しています。
4
4
 
5
5
 
6
6
 
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- Relational DatabasePostgreSQLを使いたいと思っています。
15
+ Relational DatabasePostgreSQLを使いたいと思っています。
16
16
 
17
17
 
18
18
 
@@ -112,35 +112,7 @@
112
112
 
113
113
  }
114
114
 
115
- }, {
116
-
117
- id: 4,
118
-
119
- title: 'test',
120
-
121
- category: 'mali',
122
-
123
- tag: 'london',
124
-
125
- author: 'Rina',
126
-
127
- description: 'In the bazaar view, on the other hand, you assume that bugs are generally shallow phenomena—or, at least, that they turn shallow pretty quickly when exposed to a thousand eager co-developers pounding on every single new release. Accordingly you release often in order to get more corrections, and as a beneficial side effect you have less to lose if an occasional botch gets out the door.',
128
-
129
- officialLinks: {
130
-
131
- Reddit: '#',
132
-
133
- Telegram: '#',
134
-
135
- Website: '#',
136
-
137
- Email: '#',
138
-
139
- Twitter: '#'
140
-
141
- }
142
-
143
- }, {
115
+ }, ...
144
116
 
145
117
 
146
118