Skip to content

Commit 6db114c

Browse files
authored
Update README.md
1 parent a435e39 commit 6db114c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,10 @@ use-http is heavily inspired by the popular http client [axios](https://github.c
160160
Todos
161161
------
162162
- [ ] Make abortable (add `abort` to abort the http request)
163-
- [ ] Make work with React Suspense
163+
- [ ] Make work with React Suspense [current exmaple WIP](https://codesandbox.io/s/7ww5950no0)
164164
- [ ] Allow option to fetch on server instead of just having `loading` state
165165
- [ ] Allow option for callback for response.json() vs response.text()
166166
- [ ] add `timeout`
167167
- [ ] error handling if no url is passed
168168
- [ ] tests
169+
- [ ] port to typescript

0 commit comments

Comments
 (0)