|
|
|
|
|
by melony
1530 days ago
|
|
React Native apps are slow if not engineered well. Naïve implementations of RN apps tend to scale really badly. FB is fixing this with their new architecture (Fabric Render and TurboModule) but the rollout and adoption is even slower than their apps. Flutter on the other hand performs reasonably well (generally speaking) even if you outsource the engineering to the lowest bidder in Eastern Europe or South Asia. Flutter also has better defaults for subtle details like transitions and animations with their material design stack. RN essentially gives you a blank canvas like a web page and YMMV depending on how much design talent your engineering team has. The third party RN design toolkits are rarely up to the standard of Google's massive design team where each pixel and transition is carefully scrutinized across all major platforms. RN is a great tech when you have entire teams of mobile staff engineers and designers. But if you just want to build something quickly that works reasonably well cross-platform, Flutter has the edge here. |
|