Astro and Svelte
In Splendid Labz, we build most of our UI Components in Svelte, because Svelte files can be used in Astro, but Astro files cannot be used in Svelte. So we support a wider range of use cases by building UI components in Svelte.
For the UI Components you’d find in Astro, they are built in Astro for two main reasons:
- They cannot be built in Svelte for technical reasons
- Buliding them in Astro provides better DX than building them in Svelte
Tip
You might want to look at Splendid Svelte if you have some time to spare! It’s gonna make it much easier for you to build websites and applications.