invalidateAll
Is there SS equivalent to SvelteKit invalidateAll? (https://kit.svelte.dev/docs/modules#$app-navigation-invalidateall)
The use case is when the user updates their profile (e.g, change profile photo or user handle), want to update session state so changes are reflected (by requerying it from server), and w/o a page refresh.
SvelteKit docs
Modules • SvelteKit documentation
3 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Thanks for the quick response. Yes, exactly what I was looking for. Much appreciated!!
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View