Tommertom

Results 78 comments of Tommertom

I started working on ionic 6 & svelte integration, using vite (so using `npm create vite@latest`). https://github.com/Tommertom/svelte-ionic-app With a nice demo app to showcase how cool Ionic is as an...

See comment by Rich Harris on integration of Ionic with SvelteKIT (not svelte) - https://github.com/sveltejs/kit/issues/5143 Would we need to raise on "hydration" support by Ionic? Reloading in onMount -> how...

> @Tommertom thanks for asking! > > First of all I must say that ionic has big problems with SSR/SSG [#25100](https://github.com/ionic-team/ionic-framework/issues/25100). I do not see any easy way to combine...

Hi @dwieeb I think this may require revision as HMR has been presented on the forum as well as in the cli? https://forum.ionicframework.com/t/ionic-5-angular-11-and-hot-module-replacement/199956 Nevertheless I wonder if it is implemented...

Yes Alternative is to wrap the elements in svelte component That is a bit of work and also requires one to import all elements explicitly before using I believe that...

Please note - if you use a library such as https://svelte-forms-lib-sapper-docs.vercel.app/introduction together with Yup schemas https://github.com/jquense/yup, the bind:value-issue actually becomes less relevant as you will have the library handle the...

Hi @kristianmandrup - thank you so much for this! I will study more carefully in the coming days/week - busy on something else (=J O B). But really appreciate the...

https://youtu.be/ua6gE2zPulw Placeholder - Geoff Rich on element transitions

Hey there So from the rapid reading I have done I see a few things - I will be moving to SvelteKit router, so removing Routify from the main repo....