B
B
blantcat2020-01-19 22:10:07
Dart
blantcat, 2020-01-19 22:10:07

Has anyone had experience switching from React Native to Flutter?

What was the reason for the transition, what problems / restrictions did they encounter and what conclusion did they come to.
Please share your experience.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
KnightForce, 2020-01-22
@KnightForce

Yes.
Flutter is faster, more flexible, more stable.
There is no problem with Java/Swift when the project is not built.
The platform is essentially the same - the Skia engine.
Renders the SAME way on Android and iOS.
I am satisfied.

Y
Yohanson555, 2020-01-28
@Yohanson555

Wrote an application for React Native for a year. As soon as Dart was released, they decided to switch to it for the following reasons:
- The speed of work in general and on android in particular - the difference is simply amazing. The difference is especially noticeable on cheap android devices.
- Hot Reload - a very cool thing that allows you to significantly speed up the process of developing and modifying the UI
- No assembly problems for IOs and Android - with RN it was a real pain. Flutter, on the other hand, you just need to run the desired command and that's it. Well, for IOS, you still need to set 3 fields through xCode. but that's all.
Of the minuses, the only thing that comes to mind is the less convenient Redux. Still, in RN it is implemented somehow more clearly, but perhaps this is subjective.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question