You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ yarn add react-hooks-toolbox
25
25
26
26
- Clone repository
27
27
-`yarn install` or `npm install`
28
-
- Install [json-server](https://www.npmjs.com/package/json-server)`npm i json-server` or `yarn add global json-server`(Get a full fake REST API with zero coding in less than 30 seconds (seriously))
28
+
-(This is only necessary for the examples with Axios) Install [json-server](https://www.npmjs.com/package/json-server)`npm i json-server` or `yarn add global json-server`(Get a full fake REST API with zero coding in less than 30 seconds (seriously))
29
29
-`yarn run run:server`
30
30
-`yarn run start`
31
31
@@ -66,7 +66,7 @@ yarn add react-hooks-toolbox
66
66
Object containing:
67
67
68
68
-`status: string`: Request status.
69
-
-`response: object`:` Request response.
69
+
-`response: object`: Request response.
70
70
-`error: object`: Request error.
71
71
-`dispatchFetch: function`: Dispatched request if `controlledFetch` property is `true`.
0 commit comments