Replies: 3 comments 1 reply
-
Thanks for the suggestion! While this could be worth looking into in the future, I have concerns about different versions of WebView2 introducing bugs. Electron, as bloated as it is, guarantees that the browser version will be identical for everyone. I would also need to replace non-browser functionality provided by Electron (such as the system tray and context menus). If someone provides a proof of concept, I'd be happy to look into it more. But right now I'm not in a rush to move away from Electron. |
Beta Was this translation helpful? Give feedback.
-
Good to know. I've looked at a few options previously, and Tauri seems like one of the better ones for my purposes. Thanks for sharing. 👍 |
Beta Was this translation helpful? Give feedback.
-
I have made a Tauri reimplementation. It is very primitive (no settings page, no WMI support). You can have a try if you are interested in it. |
Beta Was this translation helpful? Give feedback.
-
I have recently been learning how to create web apps using tauri and it's pretty great as it gives a small executable compared to electron as it uses the systems native webview.
I think nodejs can be used by utilising the sidecar feature.
I'm not sure of the technicalities of whether this is feasible, but just thought I'd suggest this anyways.
Beta Was this translation helpful? Give feedback.
All reactions