Relative Content

Tag Archive for sveltesveltekit

Svelt app no longer executes the load function after build

When I run my Svelte app in the preview, it works fine, but as soon as I build it, the load function is no longer executed. To make sure, invalidateAll is executed every second for testing, this also no longer works in the app after building, but does in the preview.

Universal rendering skeleton Loading in sveltekit

I’m working on a SvelteKit project where I aim to achieve universal rendering. My goal is to have the first request be server-side rendered (SSR), and then switch to client-side rendering (CSR) for subsequent navigation. However, I’m encountering a problem that I can’t seem to resolve.