I'm starting from scratch with zero coding experience and I'm eager to get into mobile app development. I'm feeling a bit lost deciding between React Native and Flutter. From the perspective of someone with no programming background, which platform would be simpler to start with and offers better long-term benefits? I'd really like to hear from those who have experience using either (or both) of them!
2 Answers
Honestly, it depends on your goals. If you're interested in mobile app development specifically, Flutter is a solid choice as it uses Dart, which is straightforward to learn. But just be aware that Flutter might not have as many job opportunities compared to React Native, which is better established in the industry.
If you're completely new to coding, I'd suggest learning JavaScript first. Once you get a grip on JavaScript, diving into React Native will be much smoother. React Native is closely tied to web development, so it can be a natural transition if you enjoy tinkering with web pages.

That's an important point. I think if you enjoy building apps and want a consistent UI experience across platforms, Flutter can be very enjoyable. Just keep in mind that you might need a Mac for iOS development!