|
|
|
|
|
by cassepipe
1068 days ago
|
|
Nit: SvelteKit requires a backend on the server (actually it does not you can use it only for the client side rourting and have no SvelteKit backend and talk directly to your own backend) but Svelte does not as it is just a superset of html.
Even when using the SvelteKit backend you can disable server side rendering. But sure I trust you that the htmx way was the way to go for your use case/situation |
|