Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.04 KB

index.mdx

File metadata and controls

35 lines (26 loc) · 1.04 KB
type unitTitle title description i18nReady
tutorial
Set sail for Astro islands
Check in: Unit 6 - Astro Islands
Tutorial: Build your first Astro blog — Use Astro islands to bring frontend framework components into your Astro site
true

import Box from '/components/tutorial/Box.astro'; import Checklist from '/components/Checklist.astro'; import MultipleChoice from '/components/tutorial/MultipleChoice.astro'; import Option from '/components/tutorial/Option.astro';

Now that you have a fully functioning blog, it's time to add some interactive islands to your site!

Looking ahead

In this unit, you'll use Astro islands to bring frontend framework components into your Astro site.

You will:

  • Add a UI framework, Preact, to your Astro project
  • Use Preact to create an interactive greeting component
  • Learn when you might not choose islands for interactivity

Checklist

- [ ] I am ready to add some interactivity to my site, and start living that island life!