-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
index.html
55 lines (47 loc) · 1.94 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<title>React hooks lifecycle diagram</title>
<link href="https://www.draw.io" rel="preconnect" crossorigin/>
<link href="https://raw.githubusercontent.com" rel="preconnect" crossorigin/>
<link href="https://www.google-analytics.com" rel="preconnect" crossorigin/>
<link href="https://www.googletagmanager.com" rel="preconnect" crossorigin/>
<script defer
src="https://www.draw.io/embed2.js?&fetch=https://raw.githubusercontent.com/Wavez/react-hooks-lifecycle/master/chart.drawio"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script defer src="https://www.googletagmanager.com/gtag/js?id=UA-66100628-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-66100628-2');
</script>
<meta charSet="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="React lifecycle Hooks diagram, Functional Components visualized"/>
<meta name="author" content="Gal Margalit"/>
<meta name="keywords"
content="react, hooks, reactjs, react hooks lifecycle, diagram, functional components, graph"/>
<style>
.geDiagramContainer {
margin: 1rem auto;
}
a,
a:visited {
color: rgb(0, 70, 255);
}
a font:hover,
a:hover {
color: blue;
font-size: 1.05em;
}
</style>
</head>
<body>
<div class="mxgraph"
data-mxgraph="{"highlight":"#0000ff","nav":true,"resize":true,"toolbar":"zoom layers lightbox","edit":"_blank","url":"https://raw.githubusercontent.com/Wavez/react-hooks-lifecycle/master/chart.drawio"}">
</div>
</body>
</html>