Sergio A. Arevalo Soria
Sergio A. Arevalo Soria
It looks like there's support for Astro in the [latest release](https://zed.dev/releases/stable/0.123.2) of Zed.
Thanks for checking out the example. It looks like you have a typo in component B inside your fork. The closing tag of the div is missing a `>`. ```html...
This works great for Server-side rendered microfrontends! From what I remember IKEA was pretty interested in something like that. I've managed to set up a very small [example](https://github.com/sasoria/astro-microfrontends-server-islands) that shows...
I think the recipe could be simplified somewhat, at least the `getLangFromUrl()` function can be replaced by `Astro.currentLocale`. I've had positive feedback from this [example](https://github.com/sasoria/astro-i18n/tree/main) I made to help others,...
Sure, I could try to make a PR this week!