-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
680 lines (661 loc) · 24.8 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Fighting Javascript Fatigue</title>
<link rel="stylesheet" type="text/css" href="build/build.css">
</head>
<body>
<article>
<section class="centered">
<h1>😴<br/>Fighting Javascript Fatigue</h1>
</section>
<section data-bespoke-backdrop="emphatic" class="emphatic">
<h1>“Extreme tiredness caused by library churn in Github’s most active community”</h1>
</section>
<section>
<h1>Fatigue strikes down many… 💤</h1>
</section>
<section>
<h1>Developers 🤓</h1>
</section>
<section>
<h1>Companies 🏢</h1>
</section>
<section>
<h1>Customers 🛍</h1>
</section>
<section>
<h1>How can we protect our products? 💂</h1>
</section>
<section data-bespoke-backdrop="seekbg" class="emphatic">
<div class="seek"></div>
</section>
<section>
<h1>.NET MVC + Razor templates</h1>
</section>
<section>
<h1>Migrating to micro service backend 🐜</h1>
</section>
<section>
<h1>Frontend was busy building Cathedrals ⛪️</h1>
</section>
<section>
<h1>Monolith Knockout or Angular SPAs</h1>
</section>
<section data-bespoke-backdrop="emphatic" class="emphatic">
<h1>Products were tightly<br/>coupled to frameworks </h1>
</section>
<section>
<h1>Separate applications for 🖥 and 📱</h1>
</section>
<section>
<h1>Every rebuild was essentially 👶🛁💦</h1>
</section>
<section data-bespoke-backdrop="hack" class="emphatic">
<h1>Hackathon #1 🚀</h1>
<h1>Node server,</h1>
<h1>Universal React,</h1>
<h1>Responsive web,</h1>
<h1>SEO</h1>
</section>
<section class="centered">
<h1>🌧🌧🌧<br/>🏆🏆🏆</h1>
</section>
<section>
<h1>Some time the following week...</h1>
</section>
<section data-bespoke-backdrop="emphatic" class="emphatic">
<h1>“How can we protect ourselves<br/>against this churn?”</h1>
</section>
<section>
<h1>What hurts the most when rebuilding? 🤕</h1>
</section>
<section>
<h1>Business rules </h1>
</section>
<section>
<h1>SEO (routing)</h1>
</section>
<section>
<h1>Consistent visual style</h1>
</section>
<section>
<h1>Success would mean<br />decoupling all of these </h1>
</section>
<section>
<h1>All of these needed to<br/>outlive any framework…</h1>
</section>
<section data-bespoke-backdrop="emphatic" class="emphatic">
<h1>What if we could npm install<br />our business rules?</h1>
</section>
<section>
<h1>Focused 👁<br/>Vanilla 🍦<br />Tested ✅<br />Pure functions 😇</h1>
</section>
<section class="refine"></section>
<section>
<pre><code class="language-javascript">import { refine } from 'seek-refine-job-search';
const params = {
keywords: 'javascript',
salaryFrom: 60000
};
const refinements = refine(params);
</code></pre>
</section>
<section>
<pre><code class="language-javascript">{
…
salary: {
to: [
{ label: '$30k', value: '30000', isActive: false },
{ label: '$40k', value: '40000', isActive: false },
{ label: '$50k', value: '50000', isActive: false },
{ label: '$60k', value: '60000', isActive: true },
{ label: '$70k', value: '70000', isActive: false, refineParams: { … },
{ label: '$80k', value: '80000', isActive: false, refineParams: { … },
{ label: '$100k', value: '100000', isActive: false, refineParams: { … },
{ label: '$120k', value: '120000', isActive: false, refineParams: { … },
{ label: '$150k', value: '150000', isActive: false, refineParams: { … },
{ label: '$200k', value: '200000', isActive: false, refineParams: { … },
{ label: '$200k+', value: '999999', isActive: false, refineParams: { … } }
]
}
…
}
</code></pre>
</section>
<section>
<pre><code class="language-javascript">{
label: '$100k',
value: '100000',
isActive: false,
refineParams: {
keywords: 'javascript',
salaryFrom: 60000,
salaryTo: 100000
}
}
</code></pre>
</section>
<section data-bespoke-backdrop="emphatic" class="emphatic">
<h1>Pure functions are ideal<br/>for unit testing</h1>
</section>
<section>
<pre><code class="language-javascript">const cases = [
{
input: { … },
output: { … },
should: 'given input should yield output'
},
…
];
</code></pre>
</section>
<section>
<pre><code class="language-javascript">import { refine } from 'seek-refine-job-search';
describe('Salary refinement', () => {
cases.forEach(({ input, output, should }) => {
it(should, () => {
expect(refine(input)).to.deep.equal(output);
});
});
});
</code></pre>
</section>
<section>
<h1>How could we prove our<br/>approach to the business?</h1>
</section>
<section>
<h1>Demo to stakeholders without CSS 🚫💄</h1>
</section>
<section data-bespoke-backdrop="nocss" class="emphatic">
</section>
<section>
<h1>Clarified what is a business rule<br/>and what is the experience.</h1>
</section>
<section>
<h1>Enormous flexibility with the UX</h1>
<h2>Like building a WinAmp skin ⚡️</h2>
</section>
<section data-bespoke-backdrop="emphatic" class="emphatic">
<h1>Frameworks 😻 pure functions</h1>
</section>
<section>
<pre><code class="language-javascript">import { refine } from 'seek-refine-job-search';
// Pass query, receive refinement view model
const refinements = refine(getCurrentQuery());
render() {
return <RefinePanel refinements={refinements} />
}
</code></pre>
</section>
<section data-bespoke-backdrop="refinedemo" class="emphatic">
</section>
<section>
<h1>Have we decoupled our<br/>business logic from<br/>the churn?</h1>
</section>
<section data-bespoke-backdrop="hack" class="emphatic">
<h1>Hackathon #2 🚀</h1>
<h1>React Native</h1>
<h2>3 developers, 2 days, no iOS experience</h2>
</section>
<section>
<pre><code class="language-javascript">import { refine } from 'seek-refine-job-search';
const refinements = refine(this.props.params);
render() {
return (
<View style={styles.salaryRange}>
<Text>Min</Text>
<PickerIOS>
{
refinements.salary.from
.filter(salary => salary.isActive)
.map(({ value, label }) => (
<PickerIOS.Item value={value} label={label} />
))
}
</PickerIOS>
</View>
);
}
</code></pre>
</section>
<section data-bespoke-backdrop="reactnative" class="emphatic"></section>
<section class="centered">
<h1>🙅🏆🏻</h1>
<h2>...but we did it 🎉</h2>
</section>
<section data-bespoke-backdrop="chapter" class="emphatic">
<h1>Decoupling SEO 🐛</h1>
</section>
<section>
<h1>URLs are king 👑</h1>
</section>
<section>
<h1>Given their importance,<br/>they lacked love 💔</h1>
</section>
<section>
<h1>Inconsistently replicated,<br/>highly coupled code</h1>
</section>
<section>
<pre><code class="language-javascript">[
'/jobs/:worktype',
'/jobs/in-:location',
'/jobs/in-:location/in-:suburb',
'/jobs/in-:location/in-:suburb/:worktype',
'/jobs/in-:location/:worktype',
'/jobs/in-:location/:area',
'/jobs/in-:location/:area/:worktype',
'/jobs-in-:classification',
'/jobs-in-:classification/:worktype',
'/jobs-in-:classification/in-:location',
'/jobs-in-:classification/in-:location/in-:suburb',
'/jobs-in-:classification/in-:location/in-:suburb/:worktype',
'/jobs-in-:classification/in-:location/:worktype',
'/jobs-in-:classification/in-:location/:area',
'/jobs-in-:classification/in-:location/:area/:worktype',
'/jobs-in-:classification/:subclassification',
'/jobs-in-:classification/:subclassification/in-:location',
'/jobs-in-:classification/:subclassification/in-:location/in-:suburb',
'/jobs-in-:classification/:subclassification/in-:location/in-:suburb/:worktype',
'/jobs-in-:classification/:subclassification/in-:location/:worktype',
'/jobs-in-:classification/:subclassification/in-:location/:area',
'/jobs-in-:classification/:subclassification/in-:location/:area/:worktype',
'/jobs-in-:classification/:subclassification/:worktype'
].forEach(function(friendlyUrl) {
$stateProvider.state(friendlyUrl.replace(/[\/\:\{\|\}]/g, '_'), {
url: friendlyUrl,
resolve: {
redirect: function () {
var goToResults = function (searchQueryString) {
$location.replace().path('/jobsearch').search(searchQueryString);
},
goToHome = function () {
$location.replace().path('/');
};
return searchStateParamsConverter
.getQueryStringFromFriendlyUrlStateParams($stateParams)
.then(goToResults, goToHome);
}]
}
});
});
</code></pre>
</section>
<section>
<pre><code class="language-xml"><if url="^/information-communication-technology-jobs(.*)$">
<redirect url="^/information-communication-technology-jobs/all(.*)?$" to="/jobs-in-information-communication-technology$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/in-(.*)/(.*)?$" to="/jobs-in-information-communication-technology/in-$1/$2$3" permanent="true" />
<redirect url="^/information-communication-technology-jobs/(full-time|part-time|contract|casual)(.*)?$" to="/jobs-in-information-communication-technology/$1$2" permanent="true" />
<redirect url="^/information-communication-technology-jobs/architects(.*)?$" to="/jobs-in-information-communication-technology/architects$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/business-systems-analysts(.*)?$" to="/jobs-in-information-communication-technology/business-systems-analysts$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/computer-operators(.*)?$" to="/jobs-in-information-communication-technology/computer-operators$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/consultants(.*)?$" to="/jobs-in-information-communication-technology/consultants$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/database-development-administration(.*)?$" to="/jobs-in-information-communication-technology/database-development-administration$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/developers-programmers(.*)?$" to="/jobs-in-information-communication-technology/developers-programmers$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/engineering-hardware(.*)?$" to="/jobs-in-information-communication-technology/engineering-hardware$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/engineering-network(.*)?$" to="/jobs-in-information-communication-technology/engineering-network$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/engineering-software(.*)?$" to="/jobs-in-information-communication-technology/engineering-software$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/help-desk-it-support(.*)?$" to="/jobs-in-information-communication-technology/help-desk-it-support$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/management(.*)?$" to="/jobs-in-information-communication-technology/management$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/networks-systems-administration(.*)?$" to="/jobs-in-information-communication-technology/networks-systems-administration$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/product-management-development(.*)?$" to="/jobs-in-information-communication-technology/product-management-development$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/programme-project-management(.*)?$" to="/jobs-in-information-communication-technology/programme-project-management$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/sales-pre-post(.*)?$" to="/jobs-in-information-communication-technology/sales-pre-post$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/security(.*)?$" to="/jobs-in-information-communication-technology/security$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/team-leaders(.*)?$" to="/jobs-in-information-communication-technology/team-leaders$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/technical-writing(.*)?$" to="/jobs-in-information-communication-technology/technical-writing$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/telecommunications(.*)?$" to="/jobs-in-information-communication-technology/telecommunications$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/testing-quality-assurance(.*)?$" to="/jobs-in-information-communication-technology/testing-quality-assurance$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/web-development-production(.*)?$" to="/jobs-in-information-communication-technology/web-development-production$1" permanent="true" />
<redirect url="^/information-communication-technology-jobs/other(.*)?$" to="/jobs-in-information-communication-technology/other$1" permanent="true" />
</if>
</code></pre>
</section>
<section>
<h1>Over 700 lines of static,<br/>untested XML config… 😩</h1>
</section>
<section class="seo"></section>
<section>
<h1>Seo-As-A-Service 🍽</h1>
</section>
<section>
<pre><code class="language-javascript">import { routes } from 'seek-jobs-seo';
export default (
<Route component={App}>
<Route path="/" component={Home} />
{
routes.map(path =>
<Route path={path} component={SearchResults} />)
}
</Route>
);
</code></pre>
</section>
<section data-bespoke-backdrop="emphatic" class="emphatic">
<h1>Router has no knowledge<br/>of friendly urls</h1>
</section>
<section>
<h1>Handling links inside the app</h1>
</section>
<section>
<h1>Search Params 👉 Friendly Url</h1>
<h2>eg: { classification: 1200 } 👉 '/jobs-in-accounting'</h2>
</section>
<section>
<h1>Friendly Url 👉 Search Params</h1>
<h2>eg: '/jobs-in-accounting' 👉 { classification: 1200 }</h2>
</section>
<section>
<pre><code class="language-javascript">{
should: 'qualify valid graduatesearch with work type',
input: {
path: '/jobs',
query: {
graduatesearch: 'true',
worktype: '242'
}
},
output: { path: '/jobs/graduate/full-time', query: {} }
}
</code></pre>
</section>
<section>
<pre><code class="language-javascript">import { qualifyUrl } from 'seek-jobs-seo';
render() {
const { path, query } = qualifyUrl(locale, path, query);
return (
<Link to={`${path}?${query}`}>
{ children }
</Link>
);
}
</code></pre>
</section>
<section data-bespoke-backdrop="links" class="emphatic">
</section>
<section>
<h1>Friendly URLs,<br/>Qualifying,<br/>Meta Descriptions,<br/>Canonicals</h1>
</section>
<section>
<h1>All in one place 👌</h1>
</section>
<section>
<h1>All vanilla 🍦<br/>Framework agnostic 🙈<br/>Protected from the churn 👮</h1>
</section>
<section data-bespoke-backdrop="chapter" class="emphatic">
<h1>How can we reduce friction<br/>to separating modules? 😬</h1>
</section>
<section>
<h1>Module boundaries are<br/>not always obvious 🕵</h1>
</section>
<section>
<h1>How can we <em>stage</em> modules<br/>while proving out the api</h1>
</section>
<section>
<h1>Webpack</h1>
<h2>Resolving module directories</h2>
</section>
<section>
<pre><code class="language-javascript">// Webpack config
module.exports = {
…
resolve: {
modulesDirectories: [ 'node_modules', 'wip_modules' ]
}
…
};
</code></pre>
</section>
<section>
<pre><code class="language-javascript">/app
/components
/node_modules
/wip_modules
/seek-jobs-api-client
</code></pre>
</section>
<section class="centered">
<h1>Using staging modules:</h1>
<pre><code class="language-javascript">import { search } from 'seek-jobs-api-client';
</code></pre>
</section>
<section>
<h1>Extract 🛫<br />Test ✅<br />Document 📜<br/>Install 🛬</h1>
</section>
<section class="centered">
<h1>Using `node_modules`:</h1>
<pre><code class="language-javascript">import { search } from 'seek-jobs-api-client';
</code></pre>
</section>
<section>
<h1>Started open sourcing 😍</h1>
</section>
<section data-bespoke-backdrop="chapter" class="emphatic">
<h1>If unit testing happens outside,<br/>what happens inside? 🤔</h1>
</section>
<section>
<h1>Find confidence without<br/>testing yourself into a corner.</h1>
</section>
<section>
<h1>Webdriver tests 😱</h1>
</section>
<section data-bespoke-backdrop="emphatic" class="emphatic">
<h1>The application is an integration module</h1>
</section>
<section>
<h1>Want to avoid re-coupling with tests 🔗</h1>
</section>
<section>
<h1>We’ve seen this pay off already 🤑</h1>
</section>
<section>
<h1>Needed to introduce a<br/>state management library</h1>
</section>
<section class="centered">
<h1>Enter Flummox…</h1>
<pre><code class="language-javascript">npm install flummox --save
</code></pre>
</section>
<section>
<h1>Universal 🌏<br/>Light weight 🍃<br/>Clean API 👌</h1>
</section>
<section>
<h1>28 days later… 🗓</h1>
</section>
<section class="deprecation">
</section>
<section>
<h1>Churn had struck.<br />Fatigue was setting in. 😴</h1>
</section>
<section class="centered">
<h1>Switched to Redux</h1>
<pre><code class="language-javascript">npm install react-redux --save
</code></pre>
</section>
<section class="passing"></section>
<section data-bespoke-backdrop="emphatic" class="emphatic">
<h1>Tests provide confidence<br/>to refactor, not hinder it 💪</h1>
</section>
<section data-bespoke-backdrop="chapter" class="emphatic">
<h1>Visual Styling 🎨</h1>
</section>
<section>
<h1>Suffered just like our business logic 😔</h1>
</section>
<section>
<h1>Rebuilding the same guidelines<br/>again and again and again</h1>
</section>
<section>
<h1>Each time coupled to a framework 🔗</h1>
</section>
<section class="centered">
<h1>🔥⏲💰</h1>
</section>
<section>
<h1>Standardised on preprocessor — LESS</h1>
</section>
<section data-bespoke-backdrop="emphatic" class="emphatic">
<h1>Can we share design guidelines<br/>if not components? 🛤</h1>
</section>
<section>
<pre><code class="language-javascript">// Webpack config
module.exports = {
…
resolve: {
modulesDirectories: [ 'node_modules', 'wip_modules' ]
}
…
};
</code></pre>
</section>
<section class="centered">
<h1>Leverage staging modules</h1>
<pre><code class="language-javascript">/wip_modules
/theme
/grid
/palette
/type
/theme.less
</code></pre>
</section>
<section class="centered">
<h1>theme.less</h1>
<pre><code class="language-css">@import (reference) 'grid/grid.less'
@import (reference) 'palette/palette.less'
@import (reference) 'type/type.less'
</code></pre>
</section>
<section class="centered">
<h1>palette.less</h1>
<pre><code class="language-css">@sk-blue: #0d3880;
@sk-pink: #e60278;
@sk-green: #178a00;
</code></pre>
</section>
<section class="centered">
<h1>type.less</h1>
<pre><code class="language-css">@base-font-stack: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
@base-font-size: 10;
@font-descender-height-scale: 0.12;
@hero-type-row-span: 5;
@hero-type-scale: 4.2;
@headline-type-row-span: 4;
@headline-type-scale: 2.8;
@heading-type-row-span: 3;
@heading-type-scale: 2.1;
@subheading-type-row-span: 3;
@subheading-type-scale: 1.8;
@standard-type-row-span: 2;
@standard-type-scale: 1.4;
</code></pre>
</section>
<section>
<h1>No resulting CSS, just guidelines 📐</h1>
</section>
<section>
<pre><code class="language-css">@import (reference) '~theme'
.button {
.touchableText();
background-color: @sk-pink;
color: @sk-white;
cursor: pointer;
}
</code></pre>
</section>
<section>
<pre><code class="language-javascript">import styles from './button.less';
render() {
return (
<button className={styles.button}>
{ children }
</button>
);
}
</code></pre>
</section>
<section>
<h1>CSSModules gives us style encapsulation 💊</h1>
</section>
<section data-bespoke-backdrop="emphatic" class="emphatic">
<h1>CSSModules protect us<br/>from framework churn ⚔</h1>
</section>
<section>
<h1>Same styles could be imported<br/>to an Angular component 💣</h1>
</section>
<section>
<h1>CSSModules gives our design guidelines<br/>what vanilla gives our business logic 💂</h1>
</section>
<section>
<h1>What if we could share the components… 🤔</h1>
</section>
<section data-bespoke-backdrop="hack" class="emphatic">
<h1>Hackathon #3 🚀</h1>
<h1>Living Style Guide 🎨</h1>
</section>
<section class="styleguide"></section>
<section>
<h1>Core design principles 📐🖍</h1>
</section>
<section>
<h1>Suite of React components<br/>that implement the guidelines</h1>
</section>
<section>
<pre><code class="language-javascript">import { Button, StarIcon } from 'seek-style-guide/react';
render() {
<Button>
<StarIcon />
Save
</Button>
}
</code></pre>
</section>
<section class="sgapp"></section>
<section>
<h1>Huge development speed up 🏎</h1>
</section>
<section>
<h1>Makes consistent visual style easier</h1>
</section>
<section>
<h1>Style guide is now powering 5 products 🔌</h1>
</section>
<section>
<h1>Canonical list of core<br/>components and guidelines</h1>
</section>
<section>
<h1>Switching from React is<br/>essentially swapping templates</h1>
</section>
<section data-bespoke-backdrop="chapter" class="emphatic">
<h1>Learnings 📚</h1>
</section>
<section>
<h1>Keep your core vanilla 🍦</h1>
</section>
<section>
<h1>Micro library mentality<br/>focusing of pure functions 😇</h1>
</section>
<section data-bespoke-backdrop="emphatic" class="emphatic">
<h1>“Best way to reduce complexity<br/>in your app is to take it away”</h1>
</section>
<section>
<h1>Choose frameworks that<br/>solve actual problems</h1>
<h2>Beware of blogs</h2>
</section>
<section data-bespoke-backdrop="emphatic" class="emphatic">
<h1>Engineer for change, it’s inevitable</h1>
</section>
<section>
<h1>Please no more 👶🛁💦</h1>
</section>
<section data-bespoke-backdrop="emphatic" class="emphatic">
<div class="me"></div>
<h1>@michaeltaranto</h1>
<h1>github.com/mjt01</h1>
<h1>bit.ly/javascript-fatigue</h1>
</section>
</article>
<script src="build/build.js"></script>
</body>
</html>