- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 28
 
(Cross Multi) Platform
        LeoTM edited this page Sep 1, 2025 
        ·
        73 revisions
      
    - C#
 - also Windows
 - succeeded by .NET MAUI, 2024 β οΈ
 
- 2015 official release
 - js/ts -> native APIs
 - 20:15 angular β οΈ 19 vue 20 svelte 23 react/solid
 
- js/ts
 - js VM (debug: V8, prod: JSC/Hermes)
 - js<->native bridge (soon JSI)
 - js-only (logic) updates pos (CodePush)
 - UI: js (soon Fabric)
- native Android/iOS
 - RN Paper (Material Design Android/iOS)
 
 
- Dart
 - no VM (prod)
 - Dart<->native bridge
 - UI: canvas (component updates have no effect)
- Material Design (Android/iOS)
 - Cuptertino (native iOS)
 
 
same design/UI for Android/iOS
- write native ez
 - no VM
 - shared business logic
 - keep native UI
- no eco, works w native platform eco's
 - SwiftUI / Jetpack Compose
 
 - no intermediate layer
- no interop bottlenecks
 
 
- 2022 official release
 - C#, XAML
 - also Windows/macOS