My Second Blog Post

Fri Jul 08 2022

After learning some Astro, I couldn't stop!

Written by: Astro Learner

Thumbnail of Astro arcs.

After a successful first week learning Astro, I decided to try some more. I wrote and imported a small component from memory!

This was the first result in my google search for: “double vs single quotes typescript.”

Considering the accepted answer is a little old (but still valid from the docs) I would like to add this quote from: https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines updated on November 27, 2015:


What I’ve accomplished

  1. Importing Components: I learned how to import components from the src/components/ folder.
  2. Using Components: I then used the imported component in my .astro file.
  3. Adding Markdown: I added some Markdown to my post to make it more readable.