Live data from Hacker News

Ask HN: React Native or Flutter?

news.ycombinator.com

91–100 of 101 posts

Re: Ask HN: React Native or Flutter?

#92

Earlier quoted context omitted.

flutter is based on skia rendering engine and recently they added support for web assembly, it's a matter of time. the thing is, think in terms of capacity and vision, react native is done, flutter will move.

React Native is certainly not done.

it doesn't look promising with the latest beef in the community and the last release notes that I saw in this project - to be real, they're laughable in comparison with flutter 1.9 changelog.

Re: Ask HN: React Native or Flutter?

#93

Earlier quoted context omitted.

React Native is certainly not done.

it doesn't look promising with the latest beef in the community and the last release notes that I saw in this project - to be real, they're laughable in comparison with flutter 1.9 changelog.

They just introduce the new JavaScript engine just for react-native (hermes.js).

Re: Ask HN: React Native or Flutter?

#94
These days we have the same questions, but with extra ones:

Fluter or Native? Which the answer is Fluter never ever can be natives, like JAVA and SWIFT, but is good for must of the startups to start quick

PWA or Fluter? We don't know

Re: Ask HN: React Native or Flutter?

#95
post #90

Earlier quoted context omitted.

Yeah I heard you, but it's terrible as a decision, and honestly your opinion shouldn't be allowed on HN without huge caveats that you clearly have no relevant experience in mobile development.

The only ones allowed to evaluate how relevant my mobile experience is are my employers and the customers I work for, which contrary to HN, actually have to give me money for what I deliver.

Incorrect, and alarmingly so. You are providing information here, this exposes you to judgement.

Re: Ask HN: React Native or Flutter?

#96
post #90

Earlier quoted context omitted.

The only ones allowed to evaluate how relevant my mobile experience is are my employers and the customers I work for, which contrary to HN, actually have to give me money for what I deliver.

Incorrect, and alarmingly so. You are providing information here, this exposes you to judgement.

Back home we say, advises are gratis.

Re: Ask HN: React Native or Flutter?

#97
post #64

Earlier quoted context omitted.

Excellent recap. Can you link to one app ported on the 3 platforms (Android,iOS,Web) so we can test performance from a UX point of view ?

Well, you could try the Ionic Conference App (just a demo app): https://github.com/ionic-team/ionic-conference-app

any other real life example besides the provider template app ?

Re: Ask HN: React Native or Flutter?

#98
post #19
post #9

Although unpopular on HN: Cordova-based apps with a good mobile look-alike framework can get you very far for a smallish app. Advantages: - truly one code base - iOS, Android, and web apps - JavaScript skills are useful - experience is "good enough" for the average user Downsides: - almost no fine-grained control of input controls (like which keyboard to show) - doesn’t respect users’ accessibility options of the OS…

I used them a couple of times, for that kind of user experience I rather use a PWA.

Cordova can access native features on phones via plugins - database, camera, sensors, etc. As well as use different designs for Android/iOS with the same code via Ionic/F7.

Re: Ask HN: React Native or Flutter?

#100
post #64

Earlier quoted context omitted.

Well, you could try the Ionic Conference App (just a demo app): https://github.com/ionic-team/ionic-conference-app

any other real life example besides the provider template app ?

If you want performance Cordova is not going to impress you ...
Post reply on HN