|
|
|
|
|
by pcr910303
2516 days ago
|
|
> Some would say re-writing the same app 5 times (Windows, macOS, Linux, iOS, Android) and maintaining 5 codebases is a bad idea. Yeah, that's true. I'm looking forwards to React Native (AFAIK it uses the native JS engine + native toolkits) and libui. I'm also hoping for declarative UI frameworks like SwiftUI so that the underlying framework/runtime can generate the appropriate UI for the exact target platform. |
|
This may seem like a good idea, but it's not. What you will get is a leaky, lowest common denominator API that will break on each new OS version.