回答編集履歴

2

did

2018/03/14 02:23

投稿

HayatoKamono
HayatoKamono

スコア2415

test CHANGED
@@ -66,7 +66,7 @@
66
66
 
67
67
 
68
68
 
69
- componentWillMount() {
69
+ componentDidMount() {
70
70
 
71
71
  axios
72
72
 

1

a

2018/03/14 02:23

投稿

HayatoKamono
HayatoKamono

スコア2415

test CHANGED
@@ -1,4 +1,28 @@
1
- [axiosライブラリ](https://github.com/axios/axios)を自分の場合は使っています。
1
+ [axios](https://github.com/axios/axios)ライブラリを自分の場合は使っています。
2
+
3
+
4
+
5
+ > Promise based HTTP client for the browser and node.js
6
+
7
+
8
+
9
+ > Features
10
+
11
+ > - Make XMLHttpRequests from the browser
12
+
13
+ > - Make http requests from node.js
14
+
15
+ > - Supports the Promise API
16
+
17
+ > - Intercept request and response
18
+
19
+ > - Transform request and response data
20
+
21
+ > - Cancel requests
22
+
23
+ > - Automatic transforms for JSON data
24
+
25
+ > - Client side support for protecting against XSRF
2
26
 
3
27
 
4
28