diff --git a/src/slides/10-final-points.md b/src/slides/10-final-points.md index 3386c4a..6b7a027 100644 --- a/src/slides/10-final-points.md +++ b/src/slides/10-final-points.md @@ -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 \ No newline at end of file +* This entire presentation, with lots of duplication, and every single slide included, is only 92kb (16kb after Gzip) \ No newline at end of file diff --git a/src/slides/11-final-points copy.md b/src/slides/11-final-points copy.md new file mode 100644 index 0000000..3bf58c5 --- /dev/null +++ b/src/slides/11-final-points copy.md @@ -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 \ No newline at end of file diff --git a/src/slides/11-useful-links.md b/src/slides/12-useful-links.md similarity index 100% rename from src/slides/11-useful-links.md rename to src/slides/12-useful-links.md