Skip to content

Commit

Permalink
docs: update demo slides
Browse files Browse the repository at this point in the history
  • Loading branch information
jsulpis committed Jul 30, 2024
1 parent 67ce842 commit 294a92b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/slides/DynamicComponents.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,10 @@ import Slide from "../components/Slide.astro";
</p>
</Slide>

<Slide>
<p>Open your devtools, go to the Network tab and reload the page.</p>
<p class="fragment">
The 24kB of javascript you see is nothing more than the <a
href="https://bundlephobia.com/package/[email protected]">reveal.js</a
> package.
</p>
<p class="fragment">Now keep your devtools open and go to the next slide.</p>
</Slide>

<Slide>
<p>
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.
</p>
<p>
<small>Try to drag & drop to reorder the items.</small>
Expand Down

0 comments on commit 294a92b

Please sign in to comment.