I would really like to know if there is a way of preserving states such as user data between routes in astro. I am also using the svelte framework.
I tried to use svelte stores but does not seem to work. I also tried to implement nano stores but that does not work either.