-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
220 lines (192 loc) · 8.33 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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!DOCTYPE html>
<html lang="en">
<head>
<title>Shower Presentation Engine</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="node_modules/@shower/ribbon/styles/styles.css">
<style>
.shower {
--slide-ratio: calc(16 / 9);
}
</style>
</head>
<body class="shower list">
<header class="caption">
<h1>О Virtual DOM начистоту</h1>
</header>
<section class="slide slide_title">
<h2>О Virtual DOM начистоту</h2>
<style>
.slide_title {
display: flex;
justify-content: center;
align-items: center;
}
.slide_title h2 {
font-size: 70px;
}
</style>
</section>
<section class="slide slide_title">
<h2>Что такое VirtualDOM</h2>
</section>
<section class="slide">
<figure>
<img class="cover" src="pictures/vzuh.png" alt="Мем 'Вжух и готово'">
</figure>
</section>
<section class="slide slide_title">
<h2>Почему возникла потребность в VirtualDOМ</h2>
</section>
<section class="slide">
<figure>
<img class="cover" src="pictures/browser_working_process_scheme_1.png" alt="Схема работы браузеров на движке webkit">
</figure>
</section>
<section class="slide">
<figure>
<img class="cover" src="pictures/browser_working_process_scheme_2.png" alt="Схема работы браузеров на движке webkit">
</figure>
</section>
<section class="slide">
<figure>
<img class="cover" src="pictures/browser_working_process_scheme_3.png" alt="Схема работы браузеров на движке webkit">
</figure>
</section>
<section class="slide">
<figure>
<img class="cover" src="pictures/browser_working_process_scheme_4.png" alt="Схема работы браузеров на движке webkit">
</figure>
</section>
<section class="slide slide_title">
<h2>Пример</h2>
</section>
<section class="slide">
<figure>
<img class="cover" src="pictures/example_1.png" alt="Интерфейс приложения и его код">
</figure>
</section>
<section class="slide">
<figure>
<img class="cover" src="pictures/example_2.png" alt="Интерфейс приложения и его код">
</figure>
</section>
<section class="slide">
<figure>
<img class="cover" src="pictures/example_3.png" alt="VirtualDOM объект в виде JS кода">
</figure>
</section>
<section class="slide">
<figure>
<img class="cover" src="pictures/example_4.png" alt="Схема работы браузеров на движке webkit">
</figure>
</section>
<section class="slide">
<h2>Альтернативы</h2>
<ul>
<li><a href="https://lit-html.polymer-project.org/">Lit-html</a></li>
<li class="next"><a href="https://viperhtml.js.org/hyper.html">hyperHtml</a></li>
<li class="next"><a href="http://imba.io/guides/advanced/performance#performance">Memoized DOM</a></li>
<li class="next"><a href="https://developer.mozilla.org/ru/docs/DOM/DOM_Reference">DOM</a></li>
</ul>
</section>
<section class="slide">
<figure>
<img height="100%" class="cover" src="pictures/padazhi.png" alt="Мем 'Такс, падажи...'">
</figure>
</section>
<section class="slide">
<figure>
<img class="cover" src="pictures/react_vs_js.png" alt="Схема работы браузеров на движке webkit">
</figure>
</section>
<section class="slide slide_title">
<h2>Плюсы и минусы VirtualDOM</h2>
</section>
<section class="slide">
<h3>Плюсы</h3>
<ul>
<li>Прост в понимании</li>
<li>Декларативен</li>
</ul>
<h3>Минусы</h3>
<ul>
<li>Процесс сверки может занимать слишком много времени, в результате чего приложение с VirtualDOM может работать медленней, чем без него и с грамотным использованием DOM API</li>
</ul>
<style>
h3 {
margin-bottom: 8px;
}
</style>
</section>
<section class="slide slide_title" id="video">
<h2>Выводы</h2>
<figure>
<video
width="100%"
height="100%"
class="cover"
autoplay
loop
src="https://video.twimg.com/tweet_video/DwiloL0W0AEPYUb.mp4"
>
</figure>
<style>
#video {
justify-content: flex-start;
}
#video h2 {
color: white;
}
</style>
</section>
<section class="slide">
<h2>Полезныее ссылки</h2>
<ul>
<li><a href="https://medium.freecodecamp.org/the-virtual-dom-is-slow-meet-the-memoized-dom-bb19f546cc52">Подробней о Memoized DOM</a></li>
<li>
<a href="https://scrimba.com/p/c6B9rAM">скринкаст о imba</a> новом языке программирования языке (по сути просто ещё одна абстракция над JS, но так заявляет автор), который использует технологию Memoized DOM.
</li>
<li>
<a href="https://medium.com/@abraztsov/how-virtual-dom-work-567128ed77e9">отличная статья</a>, которая очень подробно рассказывает о том, как устроен и работает VDOM
</li>
</ul>
</section>
<section class="slide">
<h2>Полезныее ссылки</h2>
<ul>
<li>
<a href="https://www.html5rocks.com/ru/tutorials/internals/howbrowserswork/">большая статья</a>, которая очень подробно рассказывает, как работают браузеры. Она достаточно старая, и многие вещи успели поменяться, но для общего представления статья бесценна.
</li>
<li>
<a href="https://evilmartians.com/chronicles/optimizing-react-virtual-dom-explained">стать о VirtualDOM</a> от Злых марсиан
</li>
</ul>
</section>
<!-- <section class="slide">
<h2>Plain text on your slides</h2>
<p>Lorem ipsum dolor sit amet, consectetur <a href="#4">adipisicing</a> elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, <em>quis nostrud</em> exercitation ullamco laboris <strong>nisi ut aliquip</strong> ex ea commodo consequat. Duis aute irure <i>dolor</i> in reprehenderit in voluptate velit esse cillum <b>dolore</b> eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in <code><culpa></code> qui officia deserunt mollit anim id est laborum.</p>
</section>
<section class="slide">
<h2 class="shout shrink">You can even shout this way</h2>
</section> -->
<!-- <section class="slide" id="picture">
<h2>Pictures</h2>
<figure>
<img class="cover" src="pictures/picture.jpg" alt="Orange typewriter on a wooden table close-up">
<figcaption class="copyright right white">
<a href="http://fiftyfootshadows.net/">© John Carey</a>
</figcaption>
</figure>
<style>
#picture h2 {
color: white;
}
</style>
</section> -->
<div class="progress"></div>
<script src="node_modules/shower-core/shower.min.js"></script>
<!-- Copyright © 2018 Yours Truly, Famous Inc. -->
</body>
</html>