4 ms·
I can see the case for shared core libraries and then platform native views. This is best done in one programming language. Can Swift, Rust or .NET work here?
by azkalam 16d ago
I can see the case for shared core libraries and then platform native views. This is best done in one programming language. Can Swift, Rust or .NET work here?
- abound 16d agoA Rust implementation of this idea is Crux: https://redbadger.github.io/crux/ https://redbadger.github.io/crux/
- ivm 15d agoYes, native .NET without MAUI is great for that. I have my app running with MvvmCross and two native UIs on iOS and Android since 2018, with hundreds of thousands of installs.
- simonhamp 15d agoWe're doing it with PHP... we call it SuperNative (https://nativephp.com/blog/supernative https://nativephp.com/blog/supernative)