35 points
For anyone who hasn’t seen it before, Tauri is basically Electron, but it doesn’t ship a full chromium browser with each application.
Basically, I hope it replaces all Electron apps. :P
4 points
7 points
11 points
1 point
My hope is that something like Servo gets good enough to be included, especially if it’s tree-shakable so you can only include a subset of the codebase. I don’t know if that’s a goal for either projects, but it would be cool - the default webviews can be quite lacking so currently you need to use a restricted set of HTML/CSS/JS to guarantee compatibility.