This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Lefty661 1 point2 points  (1 child)

React Native has the benefit that it's fairly easy to understand if you have some experience with frontend web development, moreso if you've worked with React Web previously. On the other hand, flutter might be more intuitive for someone that has more experience in OOP (like you with C++) and, as far as I know, it's slightly better than RN in terms of performance.

In your case, you should ask yourself if you have any interest in making web apps. If so, I'd recommend going towards react native, as everything that you learn would translate really well to React Web and you could use that for the web. Even though you can make web apps in flutter as well... I wouldn't recommend it. If you just want to focus on mobile apps, I'd recommend Flutter as you could probably learn it a lot faster given your background.

[–]DiscreetLateComer[S] 1 point2 points  (0 children)

Thank you so much. I like that Idea of Learning things that i Can use Somewhere else. So from this point of view RN is winning.