Add gzipped sized to final slides

This commit is contained in:
Lewis Dale 2023-10-02 09:30:22 +01:00
parent 13f05db1dc
commit 67f010204b
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ type: statement
## Final points
* The minified, optimized React bundle I produced to showcase just _3_ components was 190kb before Gzipping
* 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
* 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