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.
Citation? Flutter draws its own UI but game engines do that too.
All code in flutter compiles down to native code.
> React native has less performance issues, since it uses native toolkit.
In theory.