Rewriting a React Component as an Astro Component
I’d been using a lot of components in my Astro blog, but I realized that they were almost all React components, because that’s what I know. So, I wanted to try reproducing some functionality by replacing a React component with a corresponding Astro component.