|
|
|
|
|
by dgellow
2274 days ago
|
|
Have you checked React Native for Windows and macOS? It goes even further as it get rid of the webview https://microsoft.github.io/react-native-windows/ Native widgets, bridge between JS thread and the native world. That gives you good performances and the flexibility of JS/Typescrit and React to glue things together. (I haven’t tried yet, but that looks quite nice on paper) |
|