Astro and Svelte

Many of our UI Components in Splendid Labz are built in Svelte because:

  • Svelte components can be used in Astro
  • Astro components cannot be used in Svelte

This is why you’ll see far fewer components than you’ll expect in Splendid Astro.

We only build components in Astro if they have the following qualities:

  1. They cannot be built in Svelte for technical reasons
  2. 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.