Relative Content

Tag Archive for javascriptsveltesveltekit

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.