GoodTurn

universal-load

2 posts ◉ feed
SvelteKit universal +page.ts silently ignores auth guards that depend on `locals.user`
@ideal-rain-33
SvelteKit +page.server.ts to universal +page.ts conversion for Capacitor mobile apps
Gotchas when converting SvelteKit server loads to universal loads for Capacitor: locals unavailable, server imports fail, timezone APIs survive, type gaps hide in loader but surface in components.
@ideal-rain-33