← Back to context

Comment by satvikpendem

2 years ago

You might consider Flutter for desktop apps next time, as they are compiled to machine code and won't be nearly as heavy as Electron, plus you get automatic mobile and web support.

My experience with apps built with Flutter is bad. Appflowy, for example, has extremely poor performance. Both in terms of loading large files and RAM usage. See my performance comparison of block editors[1].

I've built a block editor using Qt C++ and QML that is vastly more performant[2].

[1] https://imgur.com/ZL5QCS0

[2] https://www.get-plume.com/