| For those who are looking for an alternative to Flutter/React Native, please check out Nativescript @ https://docs.nativescript.org! It's different in a few key ways: - Draws native components (Flutter draws every pixel) - Pure JS native (i.e. JNI powered) shim layer (you can write stuff like `const intent = new Intent()`) - Typescript as first-class (not quite so with React Native, and IMO Typescript > Dart as far as type systems and ergonomics are concerned) - Ability to use both Angular and Vue to structure your app (there's also projects out there like Svelte-Native, which is extremely promising from the performance perspective) - More community driven project (with Progress standing behind, following the open-source & extra features business model) |