Ask HN: Any true alternatives to electron JavaScript?
7
ddhruv3006 about 5 hours ago 8 comments
FR version is available. Content is displayed in original English for accuracy.
I see companies having codebase in Tauri going back to electron - is this a common thing?

Discussion (8 Comments)Read Original on HackerNews
- UI renders natively (without a browser)
- Slint uses a declarative UI that should be intuitive to use for developers / designers / agents.
- Can be interfaced from different languages such as Rust / JS / TS / Python
(disclaimer, I am working for Slint)
So, I see that as evidence that Tauri is really solid.
I maintain a Tauri app. It's fine. I've not seen any reason to go back to Electron.