컨텐츠로 이동

Check in: Unit 6 - Astro Islands

이 컨텐츠는 아직 번역되지 않았습니다.

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

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