Replies: 1 comment 1 reply
-
Hi @Devr-pro! This would be nice indeed. This feature is tracked here. In the meantime you might be able to use the <script>
import { navigating } from '$app/stores';
</script>
{#if $navigating}
<div>Loading...</div>
{/if} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there, this discussion might not be new but want to share some thoughts about +loading.svelte component for every route folder, by this way we can render a loading component for a pending state , like when
load
function is still running,etc this will be so efficient for apps and developers too! Thanks. (I am a noob so I might not know how this will be working 😅)Beta Was this translation helpful? Give feedback.
All reactions