Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
vane112845y@gitpush yeah fucking waste of time tricked me two times already with their lovely “simplicity” slogans.
2 days wasted, couple of gigabytes of useless data put to trash.
I’ll stick with native development, it’s faster even when you barely know the language and platform. -
@vane I totally agree with that, flutter is a bit easier an on top of that writing it ends with cleaner code than React, but all in all, going native is just the shortest way to happiness, true takes double the time to write app twice, but it is totally worth
-
vane112845y@shivam-singh try to use some not standard api like camera with firebase and pdf you end up in configuration hell and nothing’s working
-
yea fuck react native, even if its the only tool i can get to android with in an almost believable nativeness
-
Brolls31555yI honestly don’t know why people continue to believe that these cross platform solutions are ever going to be any good.
They’re never designed from the ground up to be platform-native at the core properly, and always shoehorn a terrible tech for apps (html and JavaScript) in there for good measure because the web is soooooooo automatically cross platform.... right?
Either stick with something like Xamarin if you absolutely need some sort of shared code, or shunt all your business logic into an API and develop natively for the devices you’ll be running on. 🤷♂️ -
@brolls when you are just trying to get a proof of concept into the clients hands in shortest time possible... and then clients starts paying and asking for prod quality, lol you are officially stuck with whatever crossplatform thing you chose.
-
Ionic does a pretty good job using Cordova. As long as you don’t forget the manifest entries then you’re mostly sweet.. 👍🏼
-
@vane did you mention to him background running for fetch, and other stuff? the hell you face to get that working?
I had to write all my network calls in native code so that fetching can still run in background, true it is an iOS only issue, but I'm not gonna bloat my API file with if(Platform.OS == 'android) then fetch else NativeFetch -
vane112845y@gitpush I am trying with dart and flutter now.
First time launching this and so far so good.
I think I will able to make app during this week so it’s more straightforward and nice compared to react native.
I really want to keep codebase as short as possible cause this app will be sole developed for ios / android and I don’t want to waste more than a month to release it.
It will be free anyway and maybe I will add some advertising. -
@vane So far my limitations for Flutter:
1. Video player widget does not support http headers, so can't call stream endpoint if requires authorization
2. Audio playing requires plugins that only provide playing service no support for controls or notification controls
3. Flutter local notifications does not support custom actions so if I want to add custom notification for playing media and add actions to that notification I need to modify the library myself
Other than that so far good, let's hope no future limitation
Related Rants
-
lee-min-base6410I don't know what's wrong with my project. But somehow, this is the screening when you debugs a React Native a...
-
uuid7*while still in bed, watches couple of videos of Google presenting flutter and building apps in less than 30 m...
-
k1rushqa4Went to hackathon @ Google HQ in NYC. Gotta say it was pretty shitty. Most people are JavaScript nerds and som...
react-native
fuck you !!!
rant
react native