(no title)
vergessenmir | 1 year ago
How do I serve svelte files using a python or golang backend and still have client side routing? These should have a fairly straightforward answer but I don't think they do.
vergessenmir | 1 year ago
How do I serve svelte files using a python or golang backend and still have client side routing? These should have a fairly straightforward answer but I don't think they do.
benmccann|1 year ago
By default, SvelteKit does SSR for the first page and client-side routing thereafter. This is fully configurable. Perhaps it's worth an additional mention on the routing page. I'll take a look later. Thanks for the suggestion.
snapetom|1 year ago
I think this succinctly summarizes my gripes. The docs do generally make these assumptions, and are not clear when it's otherwise.