Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question: use plain svelte? #7

Closed
mustafa0x opened this issue Apr 22, 2024 · 2 comments
Closed

question: use plain svelte? #7

mustafa0x opened this issue Apr 22, 2024 · 2 comments

Comments

@mustafa0x
Copy link

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!

@khromov
Copy link
Owner

khromov commented Apr 22, 2024

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.

PS.
Capacitor 6 introduces https support for Android. I haven't tested it yet but in theory it could alleviate some of the issues.
https://ionic.io/blog/announcing-capacitor-6-0

@mustafa0x
Copy link
Author

Thanks @khromov for the reply. I think I can reproduce the features you mentioned in plain Svelte. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants