Simon Green Kristensen's Avatar

Simon Green Kristensen

@simon-green.dev

Frontend Team Lead and software developer from Denmark ๐Ÿ‡ฉ๐Ÿ‡ฐ

58
Followers
151
Following
1
Posts
08.10.2024
Joined
Posts Following

Latest posts by Simon Green Kristensen @simon-green.dev

On the line of "you can just export global state": That might be fine in Svelte CSR, but if you do SSR with SvelteKit, you can't do that.
To solve this issue, you either need to drill in props, or use getContext/setContext (which works much like React context providers)

22.01.2025 16:46 ๐Ÿ‘ 4 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0