Eric Burel @ericburel.tech · Mar 1

Let's start with a non-technical aspect. Working on an open source project like Devographics surveys brings the invaluable possibility to share industrial-grade knowledge to other developers! So in addition to these threads, I am going to craft a complete case study for my blog: www.ericburel.tech

0 likes 1 replies

?

Replies

Eric Burel · Mar 1

Today, I wanted to focus on migrating our React components, that are old-school client components, towards Astro islands, which are very similar to React Server Components. First thing, it seems I need one component per file .astro are not exactly JS files so you can't export from there