This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Svelte
svelte.dev
did:plc:b6gbde64ngpelprsvnphc2l2
Day 10 — a lot of you wanted a place to put asynchronous setup work that happens before your SvelteKit app starts up. You can now export an `init` function from `hooks.server.js` and `hooks.client.js` that will be awaited before any other stuff happens
🎁 docs https://svelte.dev/docs/kit/hooks#Shared-hooks-init
2024-12-10T16:07:14.318Z