What's your experience with Electron alternatives
merthyr1831 @ merthyr1831 @lemmy.world Posts 26Comments 1,138Joined 2 yr. ago
merthyr1831 @ merthyr1831 @lemmy.world
Posts
26
Comments
1,138
Joined
2 yr. ago
Deleted
Permanently Deleted
If you need multi platform support in one codebase, Flutter is a good choice. Ubuntu uses it for their new OS installer and GUI package manager.
Quite easy to get set up on Linux (though the recommended route is using Snaps).
No waiting ages for a massive node_modules folder to fill up, nor the general pain of using javascript; dart is a really nice language to write in.
You wont get the smallest binaries with it, but it's powerful, reliable, and pretty damn performant for a "non native" framework.