@hulanbv/nest-utilities-client-state
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "@hulanbv/nest-utilities-client-state", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "React hooks for state management when using nest-utilities-client and a nest-utilities based API.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -225,2 +225,4 @@ # nest-utilities-client-state | ||
`usePut`, `usePatch` and `useDelete` hooks will execute a proxy GET request, to get initial data to work with. So you won't have to create two hooks (for example useById + usePut) when you would want to fetch and edit data. | ||
### `useAll(service, httpOptions, stateOptions)` | ||
@@ -227,0 +229,0 @@ |
76619
523