回答編集履歴

3

a

2018/04/22 14:40

投稿

HayatoKamono
HayatoKamono

スコア2415

test CHANGED
@@ -136,7 +136,7 @@
136
136
 
137
137
  <Fragment>
138
138
 
139
- <p>child</p>,
139
+ <p>child</p>
140
140
 
141
141
  <p>child</p>
142
142
 

2

https://reactjs.org/blog/2017/09/26/react-v16.0.html#new-render-return-types-fragments-and-strings

2018/04/22 14:40

投稿

HayatoKamono
HayatoKamono

スコア2415

test CHANGED
@@ -193,3 +193,5 @@
193
193
  - [https://reactjs.org/docs/fragments.html](https://reactjs.org/docs/fragments.html)
194
194
 
195
195
  - [https://reactjs.org/blog/2017/11/28/react-v16.2.0-fragment-support.html](https://reactjs.org/blog/2017/11/28/react-v16.2.0-fragment-support.html)
196
+
197
+ - [https://reactjs.org/blog/2017/09/26/react-v16.0.html#new-render-return-types-fragments-and-strings](https://reactjs.org/blog/2017/09/26/react-v16.0.html#new-render-return-types-fragments-and-strings)

1

a

2018/04/22 14:35

投稿

HayatoKamono
HayatoKamono

スコア2415

test CHANGED
@@ -185,3 +185,11 @@
185
185
 
186
186
 
187
187
  ```
188
+
189
+
190
+
191
+ # 参考
192
+
193
+ - [https://reactjs.org/docs/fragments.html](https://reactjs.org/docs/fragments.html)
194
+
195
+ - [https://reactjs.org/blog/2017/11/28/react-v16.2.0-fragment-support.html](https://reactjs.org/blog/2017/11/28/react-v16.2.0-fragment-support.html)