There was an error while loading. Please reload this page.
1 parent a435e39 commit 6db114cCopy full SHA for 6db114c
README.md
@@ -160,9 +160,10 @@ use-http is heavily inspired by the popular http client [axios](https://github.c
160
Todos
161
------
162
- [ ] Make abortable (add `abort` to abort the http request)
163
- - [ ] Make work with React Suspense
+ - [ ] Make work with React Suspense [current exmaple WIP](https://codesandbox.io/s/7ww5950no0)
164
- [ ] Allow option to fetch on server instead of just having `loading` state
165
- [ ] Allow option for callback for response.json() vs response.text()
166
- [ ] add `timeout`
167
- [ ] error handling if no url is passed
168
- [ ] tests
169
+ - [ ] port to typescript
0 commit comments