Astro + React


— This is my First Tech Post —
Astro is a pretty amazing tool - great for setting up a static website(fast).
Also it helps me to practice my simple React components.

Setting up the blog took a little bit because the way astro is setup it just reads the folder path of content to determine the blogs and grabs all of them like a collection.

Once you have the collection grabbed you essentially have to filter and sort them manually based on a tag or meta property you define.

I’m sure there’s a faster way of doing it by scripting but for my purpose going one at a time should suffice because I don’t think I’ll be adding blogs in chunks.