Generating open graph images in Astro
A developer's journey to create custom Open Graph images for their Astro blog using Puppeteer and SVG templates.
A developer's journey to create custom Open Graph images for their Astro blog using Puppeteer and SVG templates.
A developer details building a high-traffic scavenger hunt website for a restaurant using Astro, Tally forms, and Netlify under a tight deadline.
Explains the similarities between Astro's component model and React Server Components (RSC) for developers.
A technical guide on how to style and beautify your RSS feed using XSL and CSS, with specific implementation examples for Astro.
A technical guide on migrating an Astro.js blog from Astro.glob() to the newer, type-safe Content Collections for better content management.
A developer details their experience updating a personal blog to use Astro 5.0's Content Collections API for improved performance and maintainability.
A guide to a popular React tech stack for building full-stack applications and SaaS products in 2025, based on the author's experience.
A developer details the technical process of merging her separate blog and main website into a single Astro-based site for better SEO and maintenance.
The creator reflects on five years of running component.gallery, a design system showcase, sharing stats, visitor insights, and future plans.
An overview of emerging React trends for 2024, focusing on Astro for performance and new authentication libraries.
How to fix an undefined import error when calling an API at runtime in an Astro component by moving the import into the script tag.
A developer explains the key benefits of the Astro web framework, highlighting its simplicity, flexibility, and performance features.
Explains three methods for setting custom HTTP headers in an Astro website deployed on Netlify, including config files and edge functions.
A technical guide on configuring Netlify redirects within an Astro project, including build script modifications and alternative solutions.
Learn how to pass Markdown components to React/Preact components in Astro using named slots for dynamic content rendering.
An introduction to Astro, a new web framework focused on performance by shipping less client-side JavaScript and supporting multiple frameworks.