Hacker News new | ask | show | jobs
by teho 869 days ago
That Compose Multiplatform interoperability with the native views and other way around looks really nice, especially because it matches how SwiftUI deals with UIKit/AppKit interop. However, at this point it is hard to say if they will hit very similar performance issues that Flutter deals with as rest of the UI is not native and is drawn with Skia (as done by Flutter before it moved to Impeller for improved performance). It is definitely very valuable feature nonetheless.
1 comments

Yeah it might be that JetBrains will eventually realize and move to Impeller or write their own renderer like Rive.app has done for their use case.