Remix.run Logo
wiseowise 9 hours ago

> Flutter exists too, and supports iOS and Android in addition to the desktop OSes. The dev time is pretty fast too imo.

Flutter is a joke on the web, and it consumes as much as Electron, sometimes worse, on a desktop.

ifh-hn 9 hours ago | parent | next [-]

You got sources to back this up, or is this just you're opinion?

moritzwarhier 9 hours ago | parent | next [-]

Regarding the "joke on the web", there's plenty of HN threads about Flutter where you will see this sentiment, not only about performance, also about UX (e.g. text rendering, selection, scrolling...).

I'm not sure if the web render engine has gotten better since then, and am too lazy to look up the links rn, but threads should be easy to find using HN search.

Still seems like a common source language + GUI toolkit that targets the web platform and various native platforms (mainly Android, iOS, macOS, Windows, and desktop Linux of course) without significant overhead has not been achieved yet. And it's questionable whether it's possible, given the special requirements (and capabilities) of the web platform and the different native platform.

satvikpendem 8 hours ago | parent [-]

Dioxus Native supports both web and native platforms because they serve HTML and CSS for the web and then on native they turn that into canvas rendered code just like Flutter, not a webview, because they built their own HTML and CSS renderer.

For Flutter web, yes as it's canvas based it doesn't have all the same web features but generally for crud apps it doesn't much matter, especially if it's near zero effort taking your Flutter mobile and desktop app and putting it on the web. With the new impeller renderer and Wasm improvements it has gotten quite faster too.

an hour ago | parent | prev | next [-]
[deleted]
nxc18 5 hours ago | parent | prev [-]

Try using any demo app from their user showcase on web.

satvikpendem 8 hours ago | parent | prev [-]

Where does it consume more than Electron?

an hour ago | parent [-]
[deleted]