If anyone wants to know how it works: > [leverages] WebKit on macOS, WebView2 on Windows and WebKitGTK on Linux. So cross-platform compatibility isn't guaranteed, unlike Electron. https://github.com/tauri-apps/tauri
Tauri – Electron alternative written in Rust
71–80 of 435 posts
Re: Tauri – Electron alternative written in Rust
#72Lots of their roadmap for 2021 is still undone. Something be to worry about?
Is there any company/project that made and published their 2021 in the beginning of the year, and successfully completed all the tasks verbatim in the end of the year? My guess is that the number of companies/project who completed everything is close to 0.
Re: Tauri – Electron alternative written in Rust
#73https://github.com/webview/webview
...I wouldn't go as far as calling a simple WebView widget wrapper an "Electron alternative" though.
Re: Tauri – Electron alternative written in Rust
#74* Creating a web app has the same UI performance, but does not require you to download and update.
* Creating a native app has the same installation and update requirements, but allows much better UI performance.
Re: Tauri – Electron alternative written in Rust
#75Re: Tauri – Electron alternative written in Rust
#76Why do people use such a tool? I did not enjoy Electron due to its sluggishness, and I believe that it is a strictly Pareto-inferior solution: * Creating a web app has the same UI performance, but does not require you to download and update. * Creating a native app has the same installation and update requirements, but allows much better UI performance.
Re: Tauri – Electron alternative written in Rust
#77If anyone wants to know how it works: > [leverages] WebKit on macOS, WebView2 on Windows and WebKitGTK on Linux. So cross-platform compatibility isn't guaranteed, unlike Electron. https://github.com/tauri-apps/tauri
Yes, the lazy devs path, helping Google to spread Chrome everywhere.
If not, what's wrong with it "spread[ing]" everywhere?
It's hardly lazy dev work. It's a pragmatic approach to developing cross platform apps quickly. Apps that, it might be added, don't have a horrendous UI, which is common with other frameworks.
Re: Tauri – Electron alternative written in Rust
#78Why do people use such a tool? I did not enjoy Electron due to its sluggishness, and I believe that it is a strictly Pareto-inferior solution: * Creating a web app has the same UI performance, but does not require you to download and update. * Creating a native app has the same installation and update requirements, but allows much better UI performance.
Re: Tauri – Electron alternative written in Rust
#79Why do people use such a tool? I did not enjoy Electron due to its sluggishness, and I believe that it is a strictly Pareto-inferior solution: * Creating a web app has the same UI performance, but does not require you to download and update. * Creating a native app has the same installation and update requirements, but allows much better UI performance.
Re: Tauri – Electron alternative written in Rust
#80Why do people use such a tool? I did not enjoy Electron due to its sluggishness, and I believe that it is a strictly Pareto-inferior solution: * Creating a web app has the same UI performance, but does not require you to download and update. * Creating a native app has the same installation and update requirements, but allows much better UI performance.
Put another way, it is easier for a web developer to get started with electron than to learn a new language.