|
|
|
|
|
by dmix
2237 days ago
|
|
How did you find writing your apps in Dart when using Flutter? That was one language I haven't been in a rush to learn but the performance metrics you talk about can be quite persuasive. I've heard a number of people having issues with React Native. I'm curious if that is just an immaturity thing or something more fundamental. |
|
React Native, it was both. Fundamentally, it uses a JS engine that acts as a bridge, and that can be a performance bottleneck depending on the usecase.