From 67f010204b5b00673a0e77231b60d0933bafbff7 Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Mon, 2 Oct 2023 09:30:22 +0100 Subject: [PATCH] Add gzipped sized to final slides --- src/slides/09-final-points.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slides/09-final-points.md b/src/slides/09-final-points.md index ed6e70b..b171c0a 100644 --- a/src/slides/09-final-points.md +++ b/src/slides/09-final-points.md @@ -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 \ No newline at end of file