PATH:
home
/
bkunreyz
/
ezdatarecovery.net
/
wp-content
/
plugins
/
extendify
/
src
/
Launch
/
hooks
import useSWR from 'swr'; export const useFetch = (params, fetcher, options = {}) => { const { data, error } = useSWR(params, (key) => fetcher(key), { revalidateIfStale: false, revalidateOnFocus: false, revalidateOnReconnect: false, ...options, }); return { data, loading: !data && !error && !error?.message, error, }; };
[-] useConfetti.js
[edit]
[-] useHomeLayouts.js
[edit]
[-] useFetch.js
[edit]
[-] useSitePlugins.js
[edit]
[-] useTelemetry.js
[edit]
[+]
..
[-] useSiteImages.js
[edit]
[-] useSiteProfile.js
[edit]
[-] usePreviewIframe.js
[edit]
[-] useSiteStyles.js
[edit]
[-] useWarnOnLeave.js
[edit]
[-] useSiteStrings.js
[edit]
[-] useIsMounted.js
[edit]
[-] useSiteLogo.js
[edit]
[-] useSiteQuestions.js
[edit]