Javascript – Render Markup while waiting for data from load-function in svelte
I know there are some discussions about that. For example here: https://github.com/sveltejs/kit/discussions/8640 However, I still do not understand it completely. I have a +page.svelte and a corresponding +page.js file. In the +page.js file I fetch some external data. This might…