forked from DJCordhose/architecture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
2016_react.html
executable file
·732 lines (647 loc) · 28.9 KB
/
2016_react.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
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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Webanwendungen mit React entwickeln</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="reveal.js/css/reveal.css">
<!--<link rel="stylesheet" href="reveal.js/css/theme/white.css" id="theme">-->
<!--<link rel="stylesheet" href="reveal.js/css/theme/black.css" id="theme">-->
<!--<link rel="stylesheet" href="reveal.js/css/theme/night.css" id="theme">-->
<link rel="stylesheet" href="reveal.js/css/theme/simple.css" id="theme">
<!--<link rel="stylesheet" href="reveal.js/css/theme/sky.css" id="theme">-->
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="reveal.js/lib/css/zenburn.css">
<style>
/*pre code {*/
/*display: block;*/
/*padding: 0.5em;*/
/*background: #FFFFFF !important;*/
/*color: #000000 !important;*/
/*}*/
.right-img {
margin-left: 10px !important;
float: right;
height: 500px;
}
.todo:before {
content: 'TODO: ';
}
.todo {
color: red !important;
}
code span.line-number {
color: lightcoral;
}
</style>
<!-- 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) ? 'reveal.js/css/print/pdf.css' : 'reveal.js/css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild(link);
</script>
<!--[if lt IE 9]>
<script src="reveal.js/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!--60 Minuten -->
<!--Vorbereitung:-->
<!-- - cd code/universal:-->
<!-- - npm start-->
<!-- - Checken, dass localhost:3000 im Browser läuft -->
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h2>Webanwendungen mit React entwickeln</h2>
<p>
<small><a href="http://zeigermann.eu" target="_blank">Oliver Zeigermann</a> / <a href="http://twitter.com/djcordhose" target="_blank">@DJCordhose</a>
</small>
</p>
<p><a href="http://bit.ly/react-web">http://bit.ly/react-web</a></p>
</section>
<section>
<p>
<a target="_blank" href="https://entwickler.de/press/javascript-fuer-java-entwickler-4-168852.html">
<img src="intro/s-k_JavaScript_fuer_JavaEntwickler_Auflage3_2400x_rgb-220x353@2x.jpg" width="200">
</a>
<a target="_blank" href="http://entwickler.de/press/JavaScript-und-TypeScript-fuer-C-Entwickler-174972">
<img src="intro/javascript_und_typescript_1400px.jpg" width="200" >
</a>
<a target="_blank" href="http://reactbuch.de/">
<img src="intro/react.jpg" width="250"> </a>
</p>
<a href="http://zeigermann.eu" target="_blank"><img src="intro/SF-Olli.jpg" height="200" align="right"></a>
<a href="http://www.embarc.de/" target="_blank"><img src="intro/embarc13.png" height="200" align="left"></a>
</section>
<section>
<h2>These</h2>
<p class="fragment">Damit man die Architektur-Entscheidungen von React verstehen kann, muss man
die Schwierigkeiten anderer Ansätze verstehen</p>
</section>
<!--<section>-->
<!--<h2>Was ich euch zeigen möchte</h2>-->
<!--<ul>-->
<!--<li class="fragment">Warum sind klassische Web-Anwendungen gut?-->
<!--<li class="fragment">Was sind Single-Page Anwendungen (SPAs) und warum sind die gut?-->
<!--<li class="fragment">Wo liegen die Grenzen von jQuery und Angular 1?-->
<!--<li class="fragment">Wie setzt ihr SPAs mit React und Redux um?-->
<!--<li class="fragment">Was sind Universal Web Apps und warum sind die noch besser?-->
<!--<li class="fragment">Wie kann man Universal Web Apps mit React und Redux umsetzen?-->
<!--<li class="fragment">Was sind die Herausforderungen?-->
<!--</ul>-->
<!--</section>-->
<section>
<h2>Erster Ansatz: Klassichen Webanwendungen</h2>
<ul class="fragment">
<li>Browser sendet HTTP-Request und empfängt HTML
<li>Content wird auf der Server-Seite gerendert
<li>Jede Interaktion wiederholt diesen Zyklus
</ul>
</section>
<section>
<h3>Klassiche Webanwendung</h3>
<p><small>jeder Boot tut gut, jeder Roundtrip setzt Zustand zurück</small></p>
<img src="embarc/KlassischeWebAnwendung.png" style="height: 450px;">
<p><small>Copyright 2016, embarc</small></p>
</section>
<section>
<h2>Klassische Webanwendung: Oft ein nahe liegender Ansatz</h2>
<ul class="fragment">
<li>Klassische Webanwendung sind für viele Enterprise-Entwicklungen der natürliche Ausgangspunkt
<li>Server-Seitige Entwicklung mit Java/C# und HTTP und HTML sind gut verstanden
<li>kleinere UI-Änderungen können auf Client-Seite mit JavaScript-Schnippseln (jQuery) realisiert werden
<li>häufig ist dies völlig ausreichend
</ul>
</section>
<section>
<h2>Harte Grenze</h2>
<ul class="fragment">
<li>UI/UX ist grunsätzlich eingeschränkt
<li>selbst in vermeintlich klassischen Anwendungen verstecken sich SPAs oft als Teile
<li>z.B. JSF Komponenten mit einem komplexen UI
<li>Vermischung von client- und serverseitigem Rendering macht Anwendungsarchitektur und Programmiermodell abenteuerlich
</ul>
<p class="fragment"><em>Perfide, da zuerst die Aufwände zur Umsetzung ansteigen und der Code immer unübersichtlicher wird.</em></p>
</section>
<section>
<h3>Nächster Schritt: Single-Page Application</h3>
<img src="embarc/SP-Anwendung.png" style="height: 500px;">
<p><small>Copyright 2016, embarc</small></p>
</section>
<section>
<h3>Single-Page Applications (SPAs) verschieben eure Anwendung in den Browser</h3>
<ul class="fragment">
<li>eine einzige Seite pro Anwendung/Modul
<li>läuft ohne signifikanten Server-Anteil
<li>kann auch als statische Web-Seite laufen
<li>ermöglicht Offline-Betrieb
<li>Bedienbarkeit wie Desktop
<li>Browser bietet mächtige Speicherungsmöglichkeiten
</ul>
</section>
<section>
<h2>Harte Grenze #2: jQuery</h2>
</section>
<section>
<h3>jQuery: Eine Technik mit Tradition</h3>
<p class="fragment">jQuery ist super, um <em>punktuell</em> mit <em>JavaScript-Schnippseln</em>,
eine Menge von <em>bestehenden</em> Elementen zu ändern</p>
<ul class="fragment">
<li>nicht so gut, wenn es keine <em>bestehenden</em> Elemente gibt: SPA rendert komplett auf Client-Seite
<li>nicht so gut, wenn die Änderungen nicht <em>punktuell</em> sind: Seiten-Wechsel?
<li>nicht so gut, wenn <em>JavaScript-Schnippsel</em> nicht reichen: Wer will schon eine echte Anwendung aus Schnippseln zusammen bauen?
</ul>
<p class="fragment">Perfide, da für viele Entwickler jQuery das bessere JavaScript ist.</p>
<p class="fragment">Soll man etwa wieder pures JavaScript machen???</p>
</section>
<section>
<h3>Bonus-Gefahr</h3>
<p class="fragment">Annahme: jQuery taugt nicht</p>
<p class="fragment">Daher baut man sich - oft ohne es zu merken - Schritt für Schritt ein eigenes Framework</p>
<p class="fragment">Nicht so gut:</p>
<ul class="fragment">
<li>Kriegt man das wirklich so gut hin wie Google/Facebook mit einem großen Team
und Jahren an Entwicklungsaufwand und Erfahrung
<li>Besser etwas bestehendes nutzen
<li>Es gibt bereits eine Kommunity und Dokumentation
<li>Man bekommt leichter Leute mit der passenden Erfahrung
</ul>
<p class="fragment">Es gibt nichts passendes? WIRLICH NICHT?</p>
</section>
<section>
<h3>Nächster Schritt: Komponenten basierte Ansätze mit Templates</h3>
<ul class="fragment">
<li>Templates nun auf der Clientseite
<li>Anwendung bekommt Struktur
<li>Logik ist keine lose Schnippsel-Sammlung mehr
</ul>
<div style="height: 300px">
<img src="component-hierarchy.png">
<p><small><a href="https://speakerdeck.com/mxstbr/scaling-react-dot-js-applications">
Copyright 2016, @mxstbr
</a></small></p>
</div>
</section>
<section>
<h3>Prominente Vertreter</h3>
<ul class="fragment">
<li>Backbone
<li>Angular 1
<li>Ember.js
</ul>
</section>
<section>
<h2>Harte Grenze #3: 2-Wege-Data-Binding und Observer-Pattern</h2>
</section>
<section>
<h3>Problem von MVC mit Observer-Pattern</h3>
<div style="height: 400px">
<img src="observer-problem.png">
<p><small><a href="https://speakerdeck.com/mxstbr/scaling-react-dot-js-applications">
Copyright 2016, @mxstbr
</a></small></p>
</div>
</section>
<!--<section>-->
<!--<h3>2-Wege-Data-Binding und Observer-Pattern</h3>-->
<!--<img class="fragment" src="2-way-data-binding.gif">-->
<!--</section>-->
<section>
<h2>Nächster Schritt: 1-Wege-Data-Binding und klare Anwendungsstrukturen</h2>
<p>React und Angular 2</p>
</section>
<section>
<h3>Container und View-Komponenten</h3>
<ul class="fragment">
<li>Top-Level-Komponenten sind Container
<li>halten und/oder managen Zustand
<li>halten UI-Logik
<li>Daten fließen nur innerhalb der Hierarchien
</ul>
<div style="height: 300px">
<img src="unidirectional-data-flow.png">
<p><small><a href="https://speakerdeck.com/mxstbr/scaling-react-dot-js-applications">
Copyright 2016, @mxstbr
</a></small></p>
</div>
</section>
<section>
<h2>React</h2>
<ul class="fragment">
<li>Framework für Facebook und viele andere
<li>Komponenten kapseln Template und Logik
<!--<li class="fragment">Abstraktion vom DOM: <em>f(model) -> UI</em>-->
<li>Minimales API
<li>Templates sind JavaScript plus HTML artige JSX-Syntax
<li>Ein-Weg-Data-Binding: Zustandsänderungen stellen Komponente neu dar
<li>Kann im Browser und auf dem Server rendern
<li>viel Inspiration aus der funktionalen Ecke (Immutable, pure functions, stateless)
</ul>
</section>
<section>
<h3>Hello World React</h3>
<pre><code data-trim contenteditable class="line-numbers" data-leftpad>class HelloMessage extends React.Component {
render() {
return <div>
<input value={this.state.greeting} ref="in"
onChange={(event) => this.updateModel(event)} />
<p>{this.state.greeting}, World</p>
<button onClick={() => this.reset()}>Clear</button>
</div>;
}</code></pre>
<pre class="fragment"><code contenteditable class="javascript line-numbers" data-num-start="10"> constructor(props) {
this.state = {greeting: this.props.greeting};
}
updateModel(event) {
this.setState({greeting: event.target.value});
}
reset() {
this.setState({greeting: ""});
this.refs.in.focus();
}
}</code></pre>
</section>
<section>
<h3>Aufruf</h3>
<pre><code data-trim contenteditable class="line-numbers">
// index.html
<body>
<div id="mount"></div>
</body>
</code></pre>
<pre class="fragment"><code data-trim contenteditable class="javascript line-numbers">
// main.js
import HelloMessage from './HelloMessage';
var mountNode = document.getElementById('mount');
ReactDOM.render(<HelloMessage greeting="Hello"/>, mountNode);
</code></pre>
<a target="_blank" href="code/hello-world/public/index.html">Run</a>
</section>
<section>
<h3>React in der Praxis</h3>
<ul>
<li class="fragment">React wird meist mit anderen Tools und Techniken zusammen eingesetzt
<li class="fragment">React-Router: Was wird bei welcher URL dargestellt?
<li class="fragment">Build
<ul>
<li>Babel: Übersetzer
<li>Webpack: Bundler
<li>Flow oder TypeScript: Statischer Type Checker
</ul>
<li class="fragment">Architektur-Muster
<ul>
<li class="fragment grow">Flux: UI-Architektur-Muster
<!--<li class="fragment grow">Controller-/Child-Komponenten-Hierarchien-->
<li class="fragment grow">Universal Rendering: Server- und Client-Rendering kombiniert
</ul>
</li>
</li>
</ul>
</section>
<section>
<h2>Harte Grenze #4: Verteilter, veränderlicher Zustand, Vermischung von Framework und UI-Logik</h2>
<h3>Besonders bei wachsenden Anwendungen</h3>
</section>
<section>
<a href="https://youtu.be/I7IdS-PbEgI" target="_blank"><img style="height: 600px" src="alan_kay.jpg"></a>
<p><small><a href="https://facebook.github.io/immutable-js/" target="_blank">
https://facebook.github.io/immutable-js/
</a></small></p>
</section>
<section>
<h3>Grundprobleme</h3>
<ul>
<li>UI-Logik ist an JavaScript-Framework gekoppelt (in Container-Komponenten)
<li>Zustand ist an vielen Stellen verteilt
<li>Verteilter, veränderlicher Zustand ist schwer zu managen
<li>Je größer die Anwendung, desto schwerer ist der Zustand zu managen
<li>An welchen Stellen können Nebenläufigkeiten auftreten?
<Li>Kann man zu jedem Zeitpunkt klar sagen, in welchem Zustand die Anwendung ist?
</ul>
</section>
<section>
<h2>Nächster Schritt: Zustand wird zentral gehalten, UI-Logik geht aus den Komponenten</h2>
<h3>Flux, Redux</h3>
</section>
<section>
<h3>Flux-Grundidee #1: Fluss in eine Richtung</h3>
<div class="fragment">
<img src="embarc/Redux.png" style="height: 500px;">
<p><small>Copyright 2016, embarc</small></p>
</div>
</section>
<section>
<h3>Flux-Grundidee #2: Zentraler Zustand</h3>
<div class="fragment">
<img src="embarc/Anwendung.png" style="height: 500px;">
<p><small>Copyright 2016, embarc</small></p>
</div>
</section>
<section>
<h2>Code</h2>
</section>
<section>
<h3>Aufruf</h3>
<pre class="fragment"><code data-trim contenteditable class="javascript line-numbers">
import { Provider } from 'react-redux';
import store from './store';
import HelloMessage from './HelloMessage';
const mountNode = document.getElementById('mount');
ReactDOM.render(
<Provider store={store}>
<HelloMessage />
</Provider>,
mountNode
);
</code></pre>
</section>
<section>
<h3>Actions und Action-Creators</h3>
<pre class="fragment"><code data-trim contenteditable class="javascript line-numbers" data-leftpad>
// Action
export const UPDATE_GREETING = 'UPDATE_GREETING';
export const RESET_GREETING = 'RESET_GREETING';
</code></pre>
<pre class="fragment"><code data-trim contenteditable class="javascript line-numbers" data-num-start="4">
// Action creator
export function updateGreeting(greeting) {
return {
type: UPDATE_GREETING,
greeting
};
}
export function resetGreeting() {
return {
type: RESET_GREETING
};
}
</code></pre>
</section>
<section>
<h3>State</h3>
<pre class="fragment"><code data-trim contenteditable class="javascript line-numbers" data-leftpad>
// store
export default createStore(combineReducers({
greeting: greetingReducer
}));
</code></pre>
<pre class="fragment"><code data-trim contenteditable class="javascript line-numbers" data-num-start="5">
// reducer
import {UPDATE_GREETING, RESET_GREETING} from './actions';
function greetingReducer(state = 'Hello', action) {
switch (action.type) {
case UPDATE_GREETING:
return action.greeting;
case RESET_GREETING:
return '';
default:
return state;
}
}
</code></pre>
</section>
<section>
<h3>Zusammenfassung Flux</h3>
<ul class="fragment">
<li>Ein Architektur-Ansatz für UIs
<li>Kontroll-/Datenfluss in eine Richtung
<li>Zustand wandert aus Containern in Stores
<li>UI-Logik wandert aus Containern in Action-Creators und Stores
<li>Nebenläufigkeit nur in Action-Creators
<li>Immutability der Stores möglich und empfohlen
</ul>
</section>
<section>
<h3>Probleme von Single-Page Applications (auch mit Flux)</h3>
<ul class="fragment">
<li>SEO
<li>First-Page-Impressions
<li>Preview, z.B.
<ul>
<li>bei der Vorschau von Suchergebnissen
<li> oder dem Teilen von Links durch Social Media
</ul>
</li>
<li>Progressive Enhancement
</ul>
</section>
<section>
<h3>SPA: First-Page-Impression</h3>
<div>
<a href="code/spa/public/index.html" target="_blank">
<img src="spa-first-page-impression.png" style="height: 500px;">
</a>
</div>
</section>
<section>
<h3>Universal Rendering mit React und Redux</h3>
<ul class="fragment">
<li>First-Page-Impression wird auf dem Server gerendert
<li>Links werden als normale HTML-Links in die Seite gerendert
<li>Beliebig viele andere Seiten werden ebenfalls statisch gerendert
<li>Passt bestens zum React-Router (behandelt alle Anfragen zentral)
<li>Läuft dann (zumindest zum Teil) auch ohne JavaScript
<li>Links typischerweise über Router
<li>Code fast 100% geteilt zwischen Client und Server
</ul>
</section>
<section>
<h3>Universal Rendering</h3>
<div class="fragment">
<img src="universal.png" style="height: 500px;">
<p><small><a target="_blank" href="http://reactbuch.de/">Copyright 2016, D-Punkt, http://reactbuch.de/</a></small></p>
</div>
</section>
<section>
<h3>Code Sharing</h3>
<div class="fragment">
<img src="universal-code-sharing.png" style="height: 500px;">
<!--<p><small>Copyright 2016, embarc</small></p>-->
</div>
</section>
<section>
<h3>Universal Rendering: First-Page-Impression</h3>
<div>
<a href="http://localhost:3000/" target="_blank">
<img src="universal-first-page-impression.png" style="height: 500px;">
</a>
</div>
</section>
<!--<section>-->
<!--<h2>Alles total einfach, also???</h2>-->
<!--<h3 class="fragment">Leider nicht ganz</h3>-->
<!--</section>-->
<section>
<h3>JavaScript auf dem Server?</h3>
<a href="https://nodejs.org" target="_blank"><img class="fragment" src="node_black.png" height="200"></a>
<p class="fragment"><em>Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. <span class="fragment">Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.</span></em></p>
<p class="fragment"><small><a href="https://nodejs.org" target="_blank">https://nodejs.org</a></small></p>
</section>
<!--<section>-->
<!--<h3>Serverseitige JavaScript Web-Frameworks?</h3>-->
<!--<a href="http://hapijs.com/" target="_blank"><img class="fragment" src="hapi-white.png" height="200"></a>-->
<!--<p class="fragment"><em>A rich framework for building applications and services</em></p>-->
<!--<p class="fragment"><small><a href="http://hapijs.com/" target="_blank">http://hapijs.com/</a></small></p>-->
<!--</section>-->
<!--<section>-->
<!--<h3>Hapi Code</h3>-->
<!--<pre class="fragment"><code data-trim contenteditable class="javascript line-numbers" data-leftpad>-->
<!--const server = new Hapi.Server();-->
<!--server.route({-->
<!--method: 'GET',-->
<!--path: '/',-->
<!--handler: renderRoute-->
<!--});-->
<!--</code></pre>-->
<!--<!–<h4 class="fragment">Jede Seite wird über denselben Handler gerendert</h4>–>-->
<!--<pre class="fragment"><code data-trim contenteditable class="javascript line-numbers">-->
<!--function renderRoute(request, reply) {-->
<!--const html =-->
<!--ReatDom.renderToString(-->
<!--<Provider store={store}>-->
<!--<HelloMessage />-->
<!--</Provider>-->
<!--);-->
<!--// redux offers complete state from single store-->
<!--reply(renderFullPage(html, store.getState()));-->
<!--};-->
<!--</code></pre>-->
<!--</section>-->
<section>
<h3>Wie transferieren wir den Zustand vom Server zum Client?</h3>
<pre class="fragment"><code data-trim contenteditable class="javascript line-numbers">
<!-- server -->
function renderFullPage(html, initialData) {
return `
<html>
<body>
<div id="mount">${html}</div>
</body>
<script>
window.__INITIAL_STATE__ = ${JSON.stringify(initialData)};
</script>
</html>
`;
}</code></pre>
<pre class="fragment"><code data-trim contenteditable class="javascript line-numbers" data-leftpad>
// client: init store from complete state
const initialState = window.__INITIAL_STATE__;
const store = createStore(..., initialState);
</code></pre>
</section>
<section>
<h3>Wie unterdrücken wir ein Re-Rendering auf dem Client?</h3>
<div class="fragment">
<img src="universal-checksum.png">
</div>
<p class="fragment">Wenn Checksummen auf Server- und Client-Seite übereinstimmen wird nicht neu gerendert</p>
</section>
<section>
<h3>Weitere Herausforderungen</h3>
<ul>
<li class="fragment">Aller Zustand muss beim serverseitigen Rendering komplett vorliegen
<li class="fragment">Integration mit Router
<li class="fragment">Unterschiedliche Locales auf Server und Client
<li class="fragment">Zeitliche veränderliche Daten (Timestamp, Börsenkurs)
</ul>
</section>
<section>
<h3>Was ist mit meiner guten alten Web-Anwendung passiert?</h3>
<p class="fragment">Ist das nicht alles zu kompliziert?</p>
<ul>
<li class="fragment">Dinge entwickeln sich weiter
<li class="fragment">z.B. <a target="_blank" href="https://channel9.msdn.com/Blogs/Seth-Juarez/Anders-Hejlsberg-on-Modern-Compiler-Construction">
Compiler (TypeScript)</a>
<li class="fragment">oder <a target="_blank"
href="https://2016.javazone.no/program/a-quest-for-predictable-latency-with-java-concurrency">
Prozessor-Architektur</a>
<li class="fragment">Autos kann man heute auch nicht mehr selbst heil machen
</ul>
</section>
<section>
<h2>Zusammenfassung</h2>
<ul>
<li class="fragment">Klassische Web Apps erlauben serverseitiges Rendering
<li class="fragment">Single-Page Applications erlauben bestes UX
<li class="fragment">Für SPAs ist jQuery ungeeignet und Angular 1 kommt mir Problemen
<li class="fragment">React mit Redux sind eine ideale Kombination für SPAs
<li class="fragment">Universal Web Apps verbinden die Fähigkeiten von SPAs und klassischen Web Apps
<li class="fragment">React-Komponeten können auf dem Client und dem Server gerendert werden
<li class="fragment">Redux hält zentralen Zustand der leicht transferiert werden kann
<li class="fragment">React mit Redux sind damit auch eine ideale Kombination für Universal Web Apps
</ul>
</section>
<section>
<h2>Vielen Dank!</h2>
<h3>Fragen / Diskussion</h3>
<p><a href="http://bit.ly/react-web">http://bit.ly/react-web</a></p>
<p>
<small><a href="http://zeigermann.eu">Oliver Zeigermann</a> / <a href="http://twitter.com/djcordhose">@DJCordhose</a>
</small>
</p>
</section>
</div>
</div>
<script src="reveal.js/lib/js/head.min.js"></script>
<script src="reveal.js/js/reveal.js"></script>
<script src="lib/jquery-2.2.4.js"></script>
<script>
// $('section').attr('data-background-image', "backgrounds/light-transparent.jpg");
$('section').attr('data-background-image', "backgrounds/light-sky3.jpg");
</script>
<script>
// only presentation version has fragments
if (window.location.hostname.indexOf('localhost') === -1) {
$('.fragment').removeClass('fragment');
}
</script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{
src: 'reveal.js/lib/js/classList.js', condition: function () {
return !document.body.classList;
}
},
{
src: 'reveal.js/plugin/markdown/marked.js', condition: function () {
return !!document.querySelector('[data-markdown]');
}
},
{
src: 'reveal.js/plugin/markdown/markdown.js', condition: function () {
return !!document.querySelector('[data-markdown]');
}
},
{
src: 'reveal.js/plugin/highlight/highlight.js', async: true, condition: function () {
return !!document.querySelector('pre code');
}, callback: function () {
hljs.initHighlightingOnLoad();
}
},
{src: 'reveal.js/plugin/zoom-js/zoom.js', async: true},
{src: 'reveal.js/plugin/notes/notes.js', async: true},
{ src: 'lib/js/line-numbers.js'}
]
});
</script>
</body>
</html>