Earlier quoted context omitted.
> Flutter's performance issues, on the other hand, is a separate story. Can you expand on that? I know react native has performance issues but does Flutter have it too? Why?
React native has less performance issues, since it uses native toolkit. Flutter draws whole ui by itself: welcome to blinking cursor that consumes 5-15% CPU in idle.
https://medium.com/swlh/flutter-vs-native-vs-react-native-ex...