From b1cba1ef6f7be582e52318fcc8f6b9ea7a859341 Mon Sep 17 00:00:00 2001 From: Alex Cory Date: Thu, 18 Apr 2019 17:36:05 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 276565c3..6fbad7f3 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,4 @@ Todos - [ ] Allow option to fetch on server instead of just having `loading` state - [ ] Allow option for callback for response.json() vs response.text() - [ ] Add a `refetch` option + - [ ] Potentially add syntax like `useFetch({ url: '', method: '' }) From 40d6b1383b0f70bbce8efcd898527fd91ef3f82f Mon Sep 17 00:00:00 2001 From: Alex Cory Date: Thu, 18 Apr 2019 17:36:38 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fbad7f3..f4a20914 100644 --- a/README.md +++ b/README.md @@ -101,4 +101,4 @@ Todos - [ ] Allow option to fetch on server instead of just having `loading` state - [ ] Allow option for callback for response.json() vs response.text() - [ ] Add a `refetch` option - - [ ] Potentially add syntax like `useFetch({ url: '', method: '' }) + - [ ] Potentially add syntax like `useFetch({ url: '', method: '' })`