
Hello everyone, welcome to another article in the series Let's build something!, a series dedicated to building, well, something that involves seve...
For further actions, you may consider blocking this person and/or reporting abuse
For further actions, you may consider blocking this person and/or reporting abuse
Thanks for this!
how to pass click event from svelte to electron? or call some electron function from svelte?
I'm not sure if it's possible for the first one, due to the fact that Svelte and Electron are 2 separate processes, but the second one is doable. I would advise that you consult the Electron documentation for a better explanation.
Hi, you could try sending messages once the click event is detected to ipcMain. You might find this useful electronjs.org/docs/api/ipc-main
It works. Are there any hot reloading tricks? thanks for the tuto.
Maybe try this electron-reload package, I personally haven't tried it but it looks fairly simple to use.
Exactly what I need. Thanks !
Finally got it working Github Repo
libraries are rapidly changing. These instructions are very old. Please update them latest
That'd be $99, sir. Or you can do one and keep it always up-to-date.
Oh, man. The possibilities are endless. Thank you for sharing!
My pleasure!