this post was submitted on 11 Sep 2023
1112 points (97.4% liked)

Programmer Humor

31217 readers
37 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 9 months ago (2 children)

Wait until Tauri will gain popularity.

[–] [email protected] 12 points 9 months ago (1 children)

Yeah, then we can have marginally more responsive web apps.

Seriously though, web apps are usually just optimized like shit in addition to using chrome.

[–] [email protected] 2 points 9 months ago (2 children)

Do you know what this even is? It's not marginal at all. Check the comparisons of Tauri and Electron. And it does not use Chrome. Electron also doesn't use Chrome.

[–] [email protected] 11 points 9 months ago (1 children)

Tauri is the exact same problem, just done a bit more cleanly.

The problem is the evolutionary dead end that - hopefully - is web framework based "desktop" apps. There is already a framework for desktop apps, and unless you're still used to those, you wouldn't notice just how slow any web framework is by comparison. It's mostly the user interactions, that small but noticably delay on every interaction, every click, every type, everything. Funnily enough, my actual web browser (Firefox) shows one of the shortest delays when typing into web pages like this compared to all the "native apps" I got installed that are just web pages, too.

Tauri is an improvement. To the problem. It's not a solution.

[–] [email protected] 0 points 9 months ago

We just not there yet. Tauri tries to be Electron or React, where you write only once and use everywhere. This is very cost efficient. So even though it's of course not perfect overall, but it is the perfect alternative, that brings web apps closer to native-like experience. Small but important step to greatness.

In the end the question is: Election or Tauri? And not a debate on whether web frameworks are bad etc.

[–] [email protected] 9 points 9 months ago (1 children)

It's chromium, which is basically chrome lol

[–] [email protected] 1 points 9 months ago (1 children)

Basically, but not basically. After all, Chromium is (F)OSS, and Chrome is proprietary.

[–] [email protected] 1 points 9 months ago

I think most people are more upset about the engine being the only thing devs target now, similar to the old IE days, not as much on the chrome vs chromium aspect when it comes to this.

[–] [email protected] 2 points 9 months ago

I was pleasantly surprised to find a tauri app in the wild at my work. Our time tracking software uses it, at least for the Linux version.