Jiangrong's Experience Learning Astro


Hello World

This is my first blog post built with Astro.

I learned that Astro is great for static sites, because it ships zero JavaScript by default.

Also, It uses a component-based architecture which makes it easy to reuse code like Headers and Footers.

What I did

  1. Set up the project using npm.
  2. Customized the components.
  3. Added View Transitions for smooth navigation.
  4. Changed GitHub links to point to this very repository.