-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathuse-fetch.solution.ts
141 lines (124 loc) · 4.71 KB
/
use-fetch.solution.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
/*
▗▄▄▖ ▗▄▄▄▖▗▖ ▗▖ ▗▄▖ ▗▄▄▖ ▗▄▄▄▖
▐▌ ▐▌▐▌ ▐▌ ▐▌▐▌ ▐▌▐▌ ▐▌▐▌
▐▛▀▚▖▐▛▀▀▘▐▌ ▐▌▐▛▀▜▌▐▛▀▚▖▐▛▀▀▘
▐▙▄▞▘▐▙▄▄▖▐▙█▟▌▐▌ ▐▌▐▌ ▐▌▐▙▄▄▖
▗▄▄▖ ▗▄▖ ▗▖ ▗▖ ▗▖▗▄▄▄▖▗▄▄▄▖ ▗▄▖ ▗▖ ▗▖
▐▌ ▐▌ ▐▌▐▌ ▐▌ ▐▌ █ █ ▐▌ ▐▌▐▛▚▖▐▌
▝▀▚▖▐▌ ▐▌▐▌ ▐▌ ▐▌ █ █ ▐▌ ▐▌▐▌ ▝▜▌
▗▄▄▞▘▝▚▄▞▘▐▙▄▄▖▝▚▄▞▘ █ ▗▄█▄▖▝▚▄▞▘▐▌ ▐▌
▗▄▄▖ ▗▄▄▄▖▗▖ ▗▄▖ ▗▖ ▗▖
▐▌ ▐▌▐▌ ▐▌ ▐▌ ▐▌▐▌ ▐▌
▐▛▀▚▖▐▛▀▀▘▐▌ ▐▌ ▐▌▐▌ ▐▌
▐▙▄▞▘▐▙▄▄▖▐▙▄▄▖▝▚▄▞▘▐▙█▟▌
▗▄▖ ▗▖ ▗▖▗▖ ▗▖ ▗▖
▐▌ ▐▌▐▛▚▖▐▌▐▌ ▝▚▞▘
▐▌ ▐▌▐▌ ▝▜▌▐▌ ▐▌
▝▚▄▞▘▐▌ ▐▌▐▙▄▄▖▐▌
▗▄▄▖ ▗▄▄▖▗▄▄▖ ▗▄▖ ▗▖ ▗▖
▐▌ ▐▌ ▐▌ ▐▌▐▌ ▐▌▐▌ ▐▌
▝▀▚▖▐▌ ▐▛▀▚▖▐▌ ▐▌▐▌ ▐▌
▗▄▄▞▘▝▚▄▄▖▐▌ ▐▌▝▚▄▞▘▐▙▄▄▖▐▙▄▄▖
▗▄▄▄▖▗▄▄▄▖ ▗▖ ▗▖▗▄▖ ▗▖ ▗▖
█ ▐▌ ▝▚▞▘▐▌ ▐▌▐▌ ▐▌
█ ▐▛▀▀▘ ▐▌ ▐▌ ▐▌▐▌ ▐▌
▗▄█▄▖▐▌ ▐▌ ▝▚▄▞▘▝▚▄▞▘
▗▖ ▗▖ ▗▄▖ ▗▖ ▗▖▗▄▄▄▖ ▗▄▄▄▖▗▄▖
▐▌ ▐▌▐▌ ▐▌▐▛▚▖▐▌ █ █ ▐▌ ▐▌
▐▌ ▐▌▐▛▀▜▌▐▌ ▝▜▌ █ █ ▐▌ ▐▌
▐▙█▟▌▐▌ ▐▌▐▌ ▐▌ █ █ ▝▚▄▞▘
▗▄▄▖ ▗▄▄▄▖▗▖ ▗▖▗▄▄▄▖ ▗▄▖ ▗▖ ▗▄▄▄▖▗▄▄▄▖
▐▌ ▐▌▐▌ ▐▌ ▐▌▐▌ ▐▌ ▐▌▐▌ █ █
▐▛▀▚▖▐▛▀▀▘▐▌ ▐▌▐▛▀▀▘▐▛▀▜▌▐▌ █ █
▐▌ ▐▌▐▙▄▄▖ ▝▚▞▘ ▐▙▄▄▖▐▌ ▐▌▐▙▄▄▖ ▗▄█▄▖ █
*/
import {
type Dispatch,
type SetStateAction,
useCallback,
useEffect,
useRef,
useState,
} from "react";
export type UseFetchOptions = {
immediate: boolean;
};
export type UseFetchReturn<T> = {
loading: boolean;
error: string | null;
data: T | null;
url: string;
load: () => Promise<void>;
updateUrl: Dispatch<SetStateAction<string>>;
updateOptions: Dispatch<SetStateAction<UseFetchOptions>>;
updateRequestOptions: Dispatch<SetStateAction<RequestInit | undefined>>;
};
export default function useFetchSolution<T>(
initialUrl: string,
initialRequestOptions?: RequestInit,
initialOptions?: UseFetchOptions,
): UseFetchReturn<T> {
const [loading, setLoading] = useState(false);
const [data, setData] = useState<T | null>(null);
const [error, setError] = useState<string | null>(null);
const [url, updateUrl] = useState(initialUrl);
const [requestOptions, updateRequestOptions] = useState(initialRequestOptions);
const [options, updateOptions] = useState(initialOptions || { immediate: true });
const abortController = useRef(new AbortController());
const load = useCallback(async () => {
abortController.current.abort();
abortController.current = new AbortController();
setData(null);
if (!url) {
setError("Empty URL");
return;
}
else {
setError(null);
}
setLoading(true);
try {
const requestInit = (requestOptions || {});
requestInit.signal = abortController.current.signal;
const currentController = abortController.current;
const response = await fetch(url, requestInit);
if (!response.ok) {
throw new Error(response.statusText);
}
const json = await response.json();
if (currentController.signal.aborted) {
return;
}
setData(json);
}
catch (e) {
const error = e as Error;
if (error.name === "AbortError") {
setError(null);
setData(null);
}
else {
setError(error.message);
}
}
setLoading(false);
}, [url, requestOptions]);
useEffect(() => {
if (options.immediate) {
load();
}
return () => {
abortController.current.abort();
};
}, [load, options]);
return {
url,
loading,
error,
data,
load,
updateUrl,
updateOptions,
updateRequestOptions,
};
}