Move final points into two slides
This commit is contained in:
parent
0ee928a737
commit
98a78abda2
@ -7,8 +7,3 @@ type: statement
|
|||||||
* The minified, optimized React bundle I produced to showcase just _3_ components was 190kb before Gzipping (73.3kb after Gzip)
|
* The minified, optimized React bundle I produced to showcase just _3_ components was 190kb before Gzipping (73.3kb after Gzip)
|
||||||
* The majority of that is React - 143kb
|
* The majority of that is React - 143kb
|
||||||
* This entire presentation, with lots of duplication, and every single slide included, is only 92kb (16kb after Gzip)
|
* This entire presentation, with lots of duplication, and every single slide included, is only 92kb (16kb after Gzip)
|
||||||
* When we build new components, let's see if the browser can't do it for us instead
|
|
||||||
* Modern CSS is great
|
|
||||||
* Javascript as a garnish, not a main course
|
|
||||||
* Building on the fundamentals of the web and then _progressively enhancing_ means we reach more users
|
|
||||||
* And our applications will be faster and cheaper to run as a result
|
|
11
src/slides/11-final-points copy.md
Normal file
11
src/slides/11-final-points copy.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
type: statement
|
||||||
|
---
|
||||||
|
|
||||||
|
## Final points
|
||||||
|
|
||||||
|
* When we build new components, let's see if the browser can't do it for us instead
|
||||||
|
* Modern CSS is great
|
||||||
|
* Javascript as a garnish, not a main course
|
||||||
|
* Building on the fundamentals of the web and then _progressively enhancing_ means we reach more users
|
||||||
|
* And our applications will be faster and cheaper to run as a result
|
Loading…
Reference in New Issue
Block a user