Move final points into two slides

This commit is contained in:
Lewis Dale 2023-10-12 13:50:04 +01:00
parent 0ee928a737
commit 98a78abda2
3 changed files with 12 additions and 6 deletions

View File

@ -6,9 +6,4 @@ type: statement
* 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
* 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
* This entire presentation, with lots of duplication, and every single slide included, is only 92kb (16kb after Gzip)

View 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