Blog Logo
TAGS

Flavien Bonvins Personal Blog

Flavienbonvin.com is the personal blog of Flavien Bonvin, a frontend engineer. This blog is where he shares his thoughts, experiences, and insights on various topics related to web development, techno...

Read more...

How to catch Astro SSR errors during render

Astro has no built in way to catch errors that happen during the render of SSR components. While you can use try and catch within a component to handle errors, this can cause the components logic to b...

Read more...

Display all images in a directory with Astro

When I created the page to showcase all the pizza Ive baked I had to load over 40 images. Importing them manually and displaying in an <Image> component quickly became tedious. There had to be a...

Read more...

Server Islands: A New Feature for Faster Performance and Personalization in Astro

This is Part 3 of our series on The Future of Astro covering the three major features we have planned for Astro in 2024. This post introduces Server Islands: a new island architecture primitive that l...

Read more...

Astro 4.8 Release Highlights: Experimental Support for Astro Actions and Request Rewriting, Performance Improvements, and More

Astro 4.8 is out now! This release includes experimental support for Astro actions and request rewriting, performance improvements, and more. Full release highlights include: Experimental: Astro Actio...

Read more...

AstroPaper - Minimal, Responsive, Accessible and SEO-friendly Astro Blog Theme

AstroPaper is a minimal, responsive, accessible and SEO-friendly Astro blog theme designed and crafted based on the authors personal blog. The theme follows best practices and provides accessibility o...

Read more...