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
-
For what use case? As long as it's a crud and display app, either works. For anything beyond that, it will rapidly decay into needing native impls.
-
If you know native I don't know why you wouldn't choose that.
I say that as someone who likes to dabble with React Native. -
Tounai13054y@SortOfTested it is theorically a display app. My question is more about performance issues
-
Tounai13054y@N00bPancakes I want to avoid to write android native code because it is simply hell, and I don't want to maintain two different apps
-
@Tounai in that case I concur with sortoftested, if you're not looking for ultra performance, nothing wrong with React Native.
Really though from my personal experience, I think the most important thing is to be sure to use what you will enjoy enough to finish it ;) -
Simple how fast do you want to be productive?
If fast then use react native
Else use react native and learn dart aside
I would like to begin to create a new application, which will probably be complex in terms of UI and I am hesitating between Flutter and React Native. In your opinion, which one is the best ?
question