8 ms·
At least it is a mile better than the abomination named Electron. Each Electron app has both Chromium and NodeJS bundled. Tauri only use platform-specific webv
by fs0c13ty00 3y ago
At least it is a mile better than the abomination named Electron.
Each Electron app has both Chromium and NodeJS bundled. Tauri only use platform-specific webviews, and Rust is a compiled language with no GC and no runtime.
- the__alchemist 3y agoThat sounds like a significant advantage.
- stavros 3y agoDoesn't using platform-specific webviews mean you get inconsistencies between OSes?
- fs0c13ty00 3y agoYes, it does suck sometimes, but for UI then your frontend framework should work all the same 99% of the time. If your app is related to audio/video playback or you want to use newer features of Web standard such as webGPU, then it will be trickier. Source: I'm developer of https://github.com/tranxuanthang/lrcget https://github.com/tranxuanthang/lrcget
- stavros 3y agoAh, good point about the frontend framework, you're right. Thanks!
- DANmode 3y agoOnly if relying on the browser/renderer's opinion on layout.