Sveltekit redirecting to a route that no longer exists
tldr: The app redirects / -> /home, but now /home has been moved to /auth/home, and the new redirect won’t work.
passing data between pages in SvelteKit using goto
I’m working on a SvelteKit project where I’m trying to pass data between two pages using the goto function. Unfortunately, I’m encountering issues and can’t seem to get it to work correctly.
Tween y coordinates of SVG path to animate chart transitions dynamically
I’m dynamically drawing an SVG path based on a data array (think linechart).
Call a +page function from +layout
I have a project set up in this way
svelte: call a +page function from +layout
I have a project set up in this way