in React Native when compared to the ones written in Dart (Flutter) is noticable enough to justify not using the former?
I saw some performance comparisons where the ones written in React Native are up to 8 times slower than the ones written in Dart.
I thought react native speak directly to native API layer that enables exchange of data and access to hardware functions, How can flutter be so faster
They do essentially the same thing, but where react is translated to native components, flutter has its own rendering engine and it emulates native components. Flutter’s rendering engine is extremely well optimized though, and it definitely runs faster than React Native
I dont think so. if react native is good enough for discord mobile app it's good enough for me
flutter is faster because it does not has any js runtime or engine to run it. Flutter uses bidirectional communication between native code and dart which gives it a near native speed. React native on other hand uses hermes as a js engine which run's the javascript code.
React native is really damn slow. Idk why. Like out of the box is fine but you at least neat react native navigation and something to manage state better And suddenly its hella bloated With react native paper (so material design) performance suddenly becomes abysmal, even in production builds. Flutter has all those right out of the box and is fast
Обсуждают сегодня