Hacker News new | ask | show | jobs
by graemep 45 days ago
You can have more lightweight Web UIs if you just open a browser window instead of bundling the browser with your app as Electron does.
1 comments

While I agree in principle (slack works just fine as a firefox tab, thank you very much), if the application needs filesystem access, it's not going to be viable.
Doesn't Tauri fix this?