Comment on Ask HN: How should I rewrite my UI to be cross-platform (mobile and desktop)?Comments−miserve1yI think a good alternative is Tauri 2.0. With this new version, you can even distribute on Android and iOS. It’s similar to Electron. It uses Rust (or JS) for APIs and JavaScript for the frontend.−willprice89OP1yInteresting. So the entire UI is contained within a single web view? Does it require a local server "hosting" the site?
Comments
I think a good alternative is Tauri 2.0. With this new version, you can even distribute on Android and iOS. It’s similar to Electron. It uses Rust (or JS) for APIs and JavaScript for the frontend.
Interesting. So the entire UI is contained within a single web view? Does it require a local server "hosting" the site?