I've learnt that it's possible to pass action to a component: https://stackoverflow.com/a/66142037/15943057. Now I wonder if it would be possible to pass one op
I'm making a simple app based on socket connection. Basically one user is deciding what other users can see. One of functionalities is to start timer for other
I'm exploring SvelteKit for the first time, I built my simple first application and I'd like to deploy it to my Apache server as a static page As far as I under
Context In my Svelte app, I have multiple pages, each showing one or multiple videos. For rendering the videos I reuse a video component (simplified): // video
I have a writable store with following data let array= writable({ skills: [{ id: 1,