Taro Logo
0

Should I move from Flutter to React Native?

Profile picture
Entry-Level Software Engineer at Taro Community15 days ago

Hello Everyone,

I have one year of experience as a Flutter and Django developer at a startup, but am having trouble finding a new role. I believe the reason is that there are very few Flutter positions in my area.

To increase my chances of landing a job, I plan to build a side project, which would be a mobile application.

Should I build it using Flutter or make a switch to something more popular like React?

88
2

Discussion

(2 comments)
  • 2
    Profile picture
    Engineering Manager at Mistplay
    14 days ago

    I started in native android and now manage teams working with react for web. Building features in react myself was slightly challenging at first to learn the new syntax and slightly different patterns. Mostly though I was overwhelmed by how similar the patterns are to android in terms of architecture best practices and ways of structuring code for reusability, testability, and extension.

    So I highly recommend trying react, but perhaps with the goal of learning and enjoying the work as a new challenge and a chance to see the parallels and differences. Then after a while you’ll feel confident for your next role as a side effect.

    Chatting with a lot of the senior web folks on my team, I think it’s very normal to have worked on a bunch of different technologies. It is helpful for having a well rounded perspective - so definitely I wouldn’t recommend feeling like starting with flutter was a waste.

  • 2
    Profile picture
    Tech Lead/Manager at Meta, Pinterest, Kosei
    11 days ago

    Figure out what your goal is: are you trying to build a cool side project which gets users, or learn React Native?

    If your goal is to have a portfolio piece that is actually impressive (i.e., not just a tutorial clone), then use Flutter. You'll probably be able to build the app with Flutter significantly faster, which is important since you'll need to iterate a lot.

    I like the idea of learning a new technology, too, though! Some good perspective here: Confused about choosing tech stack for learning and for my personal project