Hacker News new | ask | show | jobs
by timsneath 1230 days ago
A good example of Flutter desktop is https://rive.app/downloads - curious on others' thoughts of how that compares to Electron or other choices that are out there.
1 comments

I tried it, it's quite snappy compared to Electron, I assume because it's AOT compiled.
Probably moreso avoiding the DOM, Javascript JITs are very fast.