Earlier quoted context omitted.
I like Flutter as well, I've tried both react-native and Flutter for some small size side projects. I did not like Flutter at all when I've tried it just after the release but now that it had time to mature a bit, it's an excellent tool. However I don't see why people try to push it on the web, it just renders everything in a canvas, it's a poor fit for web development.
Oh wow, I didn't notice that it went to a canvas! Thanks for pointing that out. Definite consideration for whether or not to do use that in the future.
Ask HN: React Native or Flutter?
71–80 of 101 posts
Re: Ask HN: React Native or Flutter?
#72if you're a corporate slave then pick react native because it's easier to find a JOB with it. If you're a dinosaur who started his career coding in Delphi then pick Xamarin. If you want to enjoy development and make some side project/startup pick Flutter. If you don't respect yourself or you are funny - C++ + native views, that's a huge ROFL.
Re: Ask HN: React Native or Flutter?
#73if you're a corporate slave then pick react native because it's easier to find a JOB with it. If you're a dinosaur who started his career coding in Delphi then pick Xamarin. If you want to enjoy development and make some side project/startup pick Flutter. If you don't respect yourself or you are funny - C++ + native views, that's a huge ROFL.
What about the dinosaurs that started using Timex 2068 BASIC and Z80 Assembly?
Re: Ask HN: React Native or Flutter?
#74Earlier quoted context omitted.
Yeah, but the average user doesn't know what a PWA is and they want to install an app through the app store. Furthermore, with Cordova, you can also use plugins such as In-App-Purchases or access to more persistent storage (SQLite) instead of what the browser offers.
You can package PWAs via the stores as well, in which case they are able to access native features as if they were browser APIs.
Re: Ask HN: React Native or Flutter?
#75Re: Ask HN: React Native or Flutter?
#76Re: Ask HN: React Native or Flutter?
#77I picked Flutter and I'm really happy with it. The latest release of Flutter makes me even happier as there are some nice improvements. I'm using Material components because for me it is the bootstrap of UX these days and requires little thought to make a fairly clean UX. As a developer I can just drop in components as necessary. * Hot reload, on device, works and works well. * Really nice error messages (in latest r…
But the Web implementation is terrible (reminds me of flash) and the desktop implementation has major lag on the single button demo, I guess it's still early, but it's probably not going to replace Electron yet...
Re: Ask HN: React Native or Flutter?
#78Earlier quoted context omitted.
I swear to God, a feature I'd literally pay to have on HN is a verifiable tag on each username that provides info on how many years and in what domain a person has been working, because some of the shit in these comments is patently absurd. C++ with native views? Seriously?
Yes, C++ with native views. How do you think Microsoft does Office on Android and iOS? As for verification, they have plenty of talks at CppCon and BUILD about how they do it. EDIT: to save you some work. CppCon 2014: Zaika Antoun "Microsoft w/ C++ to Deliver Office Across Different Platforms, Part I" https://www.youtube.com/watch?v=3HROqnw-nf4 CppCon 2014: Zaika Antoun "Microsoft w/ C++ to Deliver Office Across Diff…
Looks cool on paper. Anybody around has experience with it ?
Re: Ask HN: React Native or Flutter?
#79if you're a corporate slave then pick react native because it's easier to find a JOB with it. If you're a dinosaur who started his career coding in Delphi then pick Xamarin. If you want to enjoy development and make some side project/startup pick Flutter. If you don't respect yourself or you are funny - C++ + native views, that's a huge ROFL.
Re: Ask HN: React Native or Flutter?
#80Wrote a bit about this: https://beta.trustory.io/claim/1226/argument/3011 . I would also consider Kotlin Multiplatform.
Works in games, with Unity and the like. Not coincidentally, some Flutter users and even devs have been describing Flutter as "Unity for apps."