sveltekit
0 Followers 1 Question Created about 2 months ago

SvelteKit is a full-stack application framework built on top of Svelte, designed for creating fast, modern web apps with features like file-based routing, server-side rendering, and API endpoints. It provides a unified development experience for both frontend and backend logic.

How can I deal with localStorage in SvelteKit SSR?

I'm building a Notice component that users can dismiss, and I'm storing the displayed state of the notice, however, I would like to preserve it across sessions. localStorage seems like a good way to accomplish this, however, when trying to use localStorage I get s...

0 votes 11 views 1 Answer Asked about 2 months ago