forked from hakimel/reveal.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
276 lines (269 loc) · 8.12 KB
/
Copy pathindex.html
File metadata and controls
276 lines (269 loc) · 8.12 KB
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>React.js</title>
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/white.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- State 1 -->
<section>
<h1>React.js</h1>
<h3>Unexpected Journey</h3>
<p>
<small>Created by <a href="http://mateuszoracz.pl">Mateusz Oracz</a> / <a href="http://twitter.com/Orteeee">@Orteeee</a></small>
</p>
<img width="250" height="250" data-src="./assets/React.png">
</section>
<!-- State 2 -->
<section>
<section>
<h2>Marzec 2013</h2>
</section>
<section>
<img width="500" height="500" data-src="./assets/facebook.png">
</section>
<section>
<h3>Rethinking is the best practices</h3>
<iframe width="640" height="360" src="https://www.youtube.com/embed/x7cQ3mrcKaY" frameborder="0" allowfullscreen></iframe>
</section>
<section>
<img width="700" height="500" data-src="./assets/stackoverflow.png">
</section>
</section>
<!-- State 3-->
<section>
<section>
<h2>Czym jest React?</h2>
</section>
<section>
<h2><p class="fragment strike">Framework?</p></h2>
<img width="700" height="500" data-src="./assets/ang.jpeg">
</section>
<section>
<h3>Biblioteka</h3>
do budowania dynamicznych widoków.
<br />
<p class="fragment visible">
Nie zajmuje się transportem danych.
</p>
</section>
<section>
<img width="1000" height="600" data-src="./assets/components.png">
</section>
</section>
<!-- State 4-->
<section>
<section>
<h3>COMPONENTS?</h3>
</section>
<section>
<h3>HTML COMPONENTS</h3>
<img width="700" height="<4></4>00" data-src="./assets/html.png">
</section>
<section>
<h3>REACT COMPONENTS</h3>
<img width="700" height="<4></4>00" data-src="./assets/tree.png">
</section>
<section>
<h3>FOODGRAM COMPONENTS</h3>
<img width="700" height="<4></4>00" data-src="./assets/foodgram.png">
<br /><a href="https://neo4j.com/">Neo4j</a>
</section>
<section>
<code> < input type="text" name="login"/> </code>
</section>
<section>
<img width="800" height="400" data-src="./assets/avatar.png">
</section>
<section>
<code> < Avatar name="Mateusz" /> </code><br />
<code class="fragment visible"> < Avatar name="Ewa" /> </code><br />
<code class="fragment visible"> < Avatar name="Adam" /> </code><br />
<img width="300" height="150" data-src="./assets/mateusz.png"><br />
<img class="fragment visible" width="300" height="150" data-src="./assets/ewa.png"><br />
<img class="fragment visible" width="300" height="150" data-src="./assets/adam.png">
</section>
</section>
<!-- State 5-->
<section>
<section>
<h1>JSX</h1>
</section>
<section>
<img width="800" height="400" data-src="./assets/avatar.png">
</section>
<section>
<a href="https://jsx-live.now.sh/">JSX Live Editor</a>
</section>
</sec]>
<section>
<img width="800" height="600" data-src="./assets/cssmodules.png">
</section>
</section>
<!-- State 5-->
<section>
<section>
<img width="1200" height="600" data-src="./assets/webpack.png">
</section>
<section>
<img width="1200" height="500" data-src="./assets/index.png">
</section>
<section>
<h1>ECMASCRIPT 6</h1>
<img width="500" height="400" data-src="./assets/es6.png">
</section>
<section>
<h2><a href="http://babeljs.io/">BABELJS.IO</a></h2>
</section>
<section>
<h2>Ładowanie bundla</h2>
</section>
</section>
<!-- State 6-->
<section>
<section>
<h3>PROBLEM?</h3>
<img width="700" height="500" data-src="./assets/foodgram.png">
</section>
<section>
<img width="300" height="250" data-src="./assets/redux.png">
<h1>REDUX</h1>
</section>
<section>
<img width="700" height="<4></4>00" data-src="./assets/redux-tree.svg">
</section>
<section>
<img width="1500" height="400" data-src="./assets/stack.png">
</section>
<section>
<h2>MOBX?</h2>
</section>
</section>
<!-- State 7 -->
<section>
<section>
<h1>REACT NATIVE</h1>
</section>
<section>
<h2>IOS: react-native run-ios</h2>
</section>
<section>
<img width="1500" height="600" data-src="./assets/reactnative.gif">
</section>
</section>
<!-- State 6 -->
<section>
<section>
<h2>Posumowanie</h2>
</section>
<section>
<h2>Plusy</h2>
<ul>
<li class="fragment visible">
Komponentowość
</li>
<li class="fragment visible">
Szybkość ładowania stron
</li>
<li class="fragment visible">
Brak narzuconego narzędzia do routingu oraz kontroli danych
</li>
<li class="fragment visible">
Jest to JavaScript
</li>
<li class="fragment visible">
Nie jest to Typescript
</li>
<li class="fragment visible">
Ponowne użycie kodu widoku
</li>
<li class="fragment visible">
Wieloplatformowość
</li>
<li class="fragment visible">
Bardzo duża społeczność
</li>
</ul>
</section>
<section>
<h1>Minusy</h1>
<ul>
<li class="fragment visible">
BRAK
</li>
<li class="fragment visible">
Trudny start (konfiguracja)
</li>
<li class="fragment visible">
Optymalizacja
</li>
</ul>
</section>
</section>
<!-- State 8-->
<section>
<section>
<h2>KTOŚ TEGO UŻYWA?</h2>
<img width="700" height="500" data-src="./assets/black.jpg">
</section>
<section>
<img class="fragment visible" width="300" height="200" data-src="./assets/airbnb.png">
<img class="fragment visible" width="300" height="200" data-src="./assets/netflix.png">
<img class="fragment visible" width="400" height="150" data-src="./assets/yahoo.png">
<img class="fragment visible" width="300" height="200" data-src="./assets/uber.png">
<img class="fragment visible" width="400" height="150" data-src="./assets/paypal.png">
<img class="fragment visible" width="200" height="200" data-src="./assets/facebook.png">
</section>
<section>
<h3>Facebook?</h3>
</section>
<section>
<img width="1000" height="500" data-src="./assets/componentseverywhere.jpg">
</section>
</section>
<!-- State 7-->
<section>
<section>
<h1>DZIĘKUJĘ ZA UWAGĘ</h1>
<img width="200" height="150" data-src="./assets/meaning.png">
</section>
<section>
<h1>Pytania ?</h1>
</section>
</section>
</div>
<!-- http://jsfiddle.net/ortee/96v3u40j/ -->
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>