Five years of component.gallery
The creator reflects on five years of running component.gallery, a design system showcase, sharing stats, visitor insights, and future plans.
The creator reflects on five years of running component.gallery, a design system showcase, sharing stats, visitor insights, and future plans.
A developer shares their experience migrating a personal blog from Gatsby.js to Astro, citing reasons like build speed and simplicity.
An overview of emerging React trends for 2024, focusing on Astro for performance and new authentication libraries.
A technical guide on implementing OpenGraph meta tags in Astro to create compelling social media previews for shared links.
Exploring the challenges of designing an API for an Astro-first component library, focusing on popover component architecture and hydration.
A developer explains their journey migrating their personal blog from Gatsby to Astro, detailing the reasons for the switch and the benefits of the new static site generator.
A guide to fixing Tailwind CSS spacing issues when using Astro components and slots with a custom utility plugin.
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.
A guide to testing CSS container queries efficiently using a custom utility or Polypane browser, with code examples in Astro.
Explains why to use Svelte over Astro files for components in Astro projects, focusing on reusability and syntax.
A developer explains styling challenges caused by Astro's islands and slots, offering practical CSS workarounds for common issues.
Explains three methods for setting custom HTTP headers in an Astro website deployed on Netlify, including config files and edge functions.
A tutorial on creating custom, SVG-based bullet points for lists in Astro by parsing and manipulating slot content.
A technical guide on configuring Netlify redirects within an Astro project, including build script modifications and alternative solutions.
A tutorial on integrating PageFind, a client-side search tool, into an Astro static blog website.
A guide explaining two methods to render MDX content within Svelte components when using the Astro framework.
A developer explains why Astro became their preferred framework for building a fast, static website with minimal JavaScript and flexible component islands.
Learn how to pass Markdown components to React/Preact components in Astro using named slots for dynamic content rendering.
A developer shares their experience migrating a personal blog from Docusaurus to Astro, highlighting the ease of customization and static site generation.