Reflections on Migrating my SaaS to SvelteKit #9667
Glench
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
A very friendly post :) I had the same issues with external javascript but I wrapped it inside a setinterval and kept checking if the script was loaded. I see now the onload function would have been perfect. I also think sveltekit seems to almost require using a GUI editor as trying to maintain the nesting structure in my head is a giant pain in the ass. I need to be one level removed from the file I'm trying to edit because vim and + signs don't work. The big thing I would love to see is websockets but overall, I'm also very optimistic about sveltekits future. Though I hope it never has a big change like the routing again! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just migrated my SaaS to SvelteKit and wrote a little about the process. I thought y'all might like to hear my experiences: https://extensionpay.com/articles/migrate-saas-to-sveltekit
And if there's anything you'd like to know I'm happy to answer questions, too.
Beta Was this translation helpful? Give feedback.
All reactions