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.
#invalidateAll
3 messages · Page 1 of 1 (latest)
https://start.solidjs.com/api/refetchRouteData I haven't used sveltekit before, but I think you can use this one...
Thanks for the quick response. Yes, exactly what I was looking for. Much appreciated!!