this post was submitted on 12 Dec 2023
938 points (98.8% liked)

Programmer Humor

36916 readers
115 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 155 points 2 years ago (34 children)
[–] [email protected] 45 points 2 years ago (29 children)

You hate electron or you hate developers who make inefficient electron apps? Some examples? (Serious question, because I make electron apps)

[–] [email protected] 103 points 2 years ago (17 children)

There's no such thing as a efficient electron app. First electron apps have 80MB of overhead since electron needs to bundle a whole ass browser. Also in runtime this requires 120MB of ram.

If you really want to use webviews to make an app use Tauri.

[–] [email protected] 1 points 2 years ago (1 children)

How much Rust do I need to know to use Tauri?

[–] [email protected] 3 points 2 years ago (1 children)

Last I checked, almost none. They provide a JS API for common functions, so as long as you're keeping things relatively simple you might not have to touch much Rust at all.

[–] [email protected] 2 points 2 years ago

Huh, that’s neat. From their docs it does seem like aside from some scaffolding, I shouldn’t need to write much Rust.

load more comments (15 replies)
load more comments (26 replies)
load more comments (30 replies)