Flutter or React Native, Which one are you using? Which one should I learn?

gokmenefsun

Junior Member
Joined
Jan 2, 2020
Messages
101
Reaction score
32
Hi everyone, I want to develop in mobile programming as a hobby. I will use Node.js as background. So which one do you prefer? Flutter or React Native, why ?
 
They seem solid
I use react native personal choise based on my previous language's I knew I found easier to learn
 
They are both good choices. React Native is just like React for the web, pretty minimal from what I've seen. It has base components but leaves everything else for the open-source community. On the other hand, Flutter seems to have a huge widget library, and they're the ones maintaining a lot of plugins that you will most commonly need. In any case, you can try both and see which one you're more comfortable with. Good luck!
 
We prefer React Native even in our big projects. But i wouldn't call it bad to flutter.
 
If you already know react and comfortable with it then it is much simpler to start learning React NAtive.
If not, You can give Flutter a try.
 
Google has the habit of killing projects ( https://killedbygoogle.com/ ) that was the point that made us decide for react native.

React Native is good for applications that do not interact much with native features of the device, in some cases we had to make a lot of changes to make some things work, but in general it is good for simple applications.
 
Back
Top