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

Programmer Humor

32472 readers
992 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] 156 points 11 months ago (35 children)
[–] [email protected] 44 points 11 months ago (30 children)

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

[–] [email protected] 104 points 11 months 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 11 months ago (1 children)

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

[–] [email protected] 3 points 11 months 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 11 months 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 (27 replies)
load more comments (31 replies)