|
|
|
|
|
by himujjal
1156 days ago
|
|
I agree with this comment. SvelteKit is unnecessarily complicated. The `+page.svelte` etc are just the start of it. Plus I can't use it with Go, PHP, Ruby, Rust etc when it comes to SSR (without running multiple servers and handling deployment nightmares). Something about this whole Node + SSR Front-end is smelly. (next, nuxt, solidstart) I love Svelte as a framework and a way of writing UI, but SvelteKit. Eh! Not so much. SvelteKit is too much complexity for no reason. Goes opposite of what Svelte was meant to be: Simple and intuitive. |
|
SvelteKit is a JavaScript framework, it makes sense that you can't use it with other languages. You can pair it with a backend of your choice of course, but to get the SSR benefits you do need to work within the framework.
There are other ways of using Svelte with other languages, I would take a look at something like Inertia.js [0].
[0] https://inertiajs.com