From 294a92b1ad7e28894d637256ef639b3b4f227de8 Mon Sep 17 00:00:00 2001 From: Julien Sulpis Date: Thu, 18 Apr 2024 11:27:33 +0200 Subject: [PATCH] docs: update demo slides --- src/slides/DynamicComponents.astro | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/slides/DynamicComponents.astro b/src/slides/DynamicComponents.astro index 93fe281..ace5dae 100644 --- a/src/slides/DynamicComponents.astro +++ b/src/slides/DynamicComponents.astro @@ -23,20 +23,10 @@ import Slide from "../components/Slide.astro";

- -

Open your devtools, go to the Network tab and reload the page.

-

- The 24kB of javascript you see is nothing more than the reveal.js package. -

-

Now keep your devtools open and go to the next slide.

-
-

- You just downloaded React and Framer Motion to hydrate this interactive - component. + This is a demo of a slide using React and Framer Motion to hydrate this + interactive component.

Try to drag & drop to reorder the items.