Hacker News new | ask | show | jobs
by DecoySalamander 600 days ago
Could you elaborate on why it's dangerous? Aren't runes just proxies with some variables in them?
1 comments

Of course! I was very used to SPA, and the convenience of moving a rune/store to an external file meant it could be accessed anywhere (as the post said). With SSR however, if you’re not careful, you can easily leak data: https://github.com/sveltejs/kit/discussions/4339.