My Second Blog Post
Astro LearnerJul 08, 20221 min read
After a successful first week learning Astro, I decided to try some more. I wrote and imported a small component from memory!
What I learned this week
The Astro documentation is really clear. I was able to follow along and even experiment with some features on my own.
Components
I learned how to create reusable components. The .astro syntax feels natural if you’re familiar with HTML.
Layouts
Layouts help keep things DRY. I created a base layout and extended it for different page types.
Looking ahead
Next week I want to try adding some interactivity with React components using Astro’s island architecture.