this post was submitted on 08 Jan 2025
1066 points (98.0% liked)

Programmer Humor

20006 readers
368 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Pechente@feddit.org 8 points 1 week ago (2 children)

The reason people use Electron in the first place is that they wanna share a codebase between web, desktop and possibly mobile.

While Flutter can technically do that, the web apps it outputs are atrocious with poor usability and accessibility. It’s drawing the whole UI on a canvas element which causes all kinds of issues.

[–] BorgDrone@lemmy.one 2 points 1 week ago

they wanna share a codebase between web, desktop and possibly mobile.

That way you get an app that’s crap on every platform.

[–] XpeeN@sopuli.xyz 1 points 1 week ago

Make sense, tnx