|
|
|
|
|
by nicoburns
1748 days ago
|
|
Isn't this exactly what a system like react-native provides? Just off the shelf for commom patterns, and backed by a turing complete language. If you have yo build out the UI toolkit yourself yhen you haven't really saved much. |
|
These solutions use the native SDKs of the platform directly.
So you are e.g. using Java/Kotlin on Android and Swift/Objective-C on iOS.
React native brings JavaScript and VM for the ride.