You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick question if you don't mind. I'm considering using plain Svelte instead. For a few reasons, one being the multiple-files perf issue you mentioned. Do you have any thoughts on using plain Svelte?
Much appreciated!
The text was updated successfully, but these errors were encountered:
Hi! No issue to use plain Svelte (Capacitor works as long as you have index.html file!).
That being said, there are so many nice features in SvelteKit like routing, data loading and view transitions that I would still advocate to use Kit even though it might be slightly slower to start up than a vanilla Svelte project.
Hi khromov, thanks for this repo!
Quick question if you don't mind. I'm considering using plain Svelte instead. For a few reasons, one being the multiple-files perf issue you mentioned. Do you have any thoughts on using plain Svelte?
Much appreciated!
The text was updated successfully, but these errors were encountered: