Skip to content

Commit 192c947

Browse files
author
Alex Cory
committed
Merge branch 'master' of github.com:alex-cory/react-usefetch
2 parents 0ce37fc + 8d5180a commit 192c947

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,10 @@ Options
9393
| Option | Description |
9494
| --------------------- | ---------------------------------------------------------------------------------------- |
9595
| `options` | This is exactly what you would pass to the normal js `fetch` |
96+
97+
Todos
98+
------
99+
- [ ] Make abortable (add `abort` to abort the http request)
100+
- [ ] Make work with React Suspense
101+
- [ ] Allow option to fetch on server instead of just having `loading` state
102+
- [ ] Allow option for callback for response.json() vs response.text()

0 commit comments

Comments
 (0)