Originally published at: https://ionic.io/blog/pwas-using-sveltekit-and-ionic
This is a guest post from Ionic Developer Expert Tom Gruintjes. While Ionic Framework does not officially support Svelte today, Tom created the ionic-svelte package, which uses Ionic Framework’s web components to create an out-of-the-box integration with Svelte. Continue reading to learn how you can use Svelte with Ionic Framework’s UI components. In the world…
+1 for official Ionic/Svelte support
I know this thread is a bit old, but I’m curious if anyone has tried the newer versions of ionic-svelte with recent SvelteKit builds. I’ve seen some improvements around routing and SSR lately, and I’m wondering how stable the integration feels in real projects. If anyone has real-world examples or lessons learned, I’d love to hear how things have held up.
I’ve tested ionic-svelte with newer SvelteKit versions and it’s more stable than it used to be, especially around routing. SSR works, but it still needs careful setup since Ionic components are web-based. Fine for real projects, but not yet as smooth as Ionic with Angular or React.