forked from ava/use-http
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 2.16 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>useFetch</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="🐶 React hook for making isomorphic http requests">
<meta name="keywords" content="react fetch hook, useFetch react, usefetch hook, react fetch data, react fetching, fetching-library, react fetching, suspense, hooks fetch, useFetch, useQuery, useMutation, suspense, react hook, react-hook, isomorphic, http, fetch, hook, react, request, axios, react-use-fetch, react-fetch-hook, use-fetch, fetch data, react-hooks-fetch, react hooks tutorial, react-cache, react-usefetch, react hooks async, react suspense, use hooks, fetch-suspense, async hook react, react hooks usefetch, use fetch hook, graphql, mutation, query, useAxios, use-axios, use-superagent, apollo, useGraphql, use-graphql">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<meta name="google-site-verification" content="8YGhxpp6P3JS-MmeHeWwML-ocvGBaWnBNKnf0pASgjk" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@AlexCory_" />
<meta name="twitter:creator" content="@AlexCory_" />
<meta property="og:title" content="useFetch (use-http)" />
<meta property="og:description" content="🐶 React hook for making isomorphic http requests" />
<meta property="og:image" content="https://github.com/alex-cory/use-http/blob/master/public/dog.png" />
</head>
<body>
<div id="app"></div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-52743553-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-52743553-2');
</script>
<script>
window.$docsify = {
name: 'use-http',
repo: 'https://github.com/alex-cory/use-http',
// coverpage: true,
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>