There is also https://nativescript.org/ which would allow you to use Vue (or several other frameworks) to build a mobile app. Used it myself a while back for an iPad app using Vue 2 and it was pretty straightforward. It seems like there have been quite a few improvements since then so might be worth a look. - Source: Reddit / 13 days ago
Anyone who thinks this sucks should try NativeScript with hassle-free update experience, quick build time, HMR, direct access to native apis, use React Native plugins and more. Pick any style you like - vanilla, Angular, Vue, React, Svelte - and easily add some SwiftUI and Jetpack Compose views if you want a and connect it to your JS. Docs are a bit behind at the moment but a major update is in progress.... - Source: Reddit / about 1 month ago
There are layers that offer access to native APIs like capacitor, cordova and nativescript. Apparently sometimes multiple of them should be used, but I didn't understand what are the differences even after reading the announcement. These seem to be frontend agnostic technologies and Capacitor is apparently the more modern choice at the moment. - Source: Reddit / 2 months ago
PWA? You can then, with moderate difficulty use something like https://nativescript.org/ make native versions. - Source: Reddit / 3 months ago
Using the amazing Preview environment that the Nativescript team together with Stackblitz have done, it was time to start hacking at it. (More information can be found here at https://preview.nativescript.org/). - Source: dev.to / 5 months ago
There is something called NativeScript. - Source: Reddit / 7 months ago
Svelte Native leverages NativeScript, which allows you to develop native apps with JavaScript and gives the JavaScript code access to the device native code directly. It has no wrapper, meaning you can access all supported device APIs. - Source: dev.to / about 1 year ago
Maybe https://nativescript.org/ is something for you? 😅. - Source: Reddit / over 1 year ago
Writing JavaScript for the server-side is possible, also writing JavaScript for mobile applications and desktop applications is also possible. Apache Cordova is a free mobile application development framework that allows you to develop an application in HTML/JavaScript and then it wraps it into a native container that can access the device functions of several platforms and hence enables the web app to work on... - Source: dev.to / over 1 year ago
NativeScript's vision is to “Liberate your development by using platform APIs directly without leaving your [love] of JavaScript.” Think of NativeScript as the go-to tool when building cross-platform mobile apps with JavaScript in a framework-agnostic team. - Source: dev.to / over 1 year ago
JavaScript ─> NativeScript Is what feels the most appealing to me. - Source: Reddit / over 1 year ago
As mentioned before the NativeScript Playground has been great to get to grips with so far. Their docs have also been a great resource too. - Source: dev.to / over 1 year ago
None of those! The real answer is Nativescript -- https://nativescript.org It doesn't get the buzz, and the ecosystem is somewhat old (it's surprisingly common to run into a repo that hasn't been touched in a year) but it's the superior platform to React Native and you get none of the capriciousness of the React ecosystem (if anything the Nativescript community might need a jolt). Nativescript is incredibly... - Source: Hacker News / almost 2 years ago
React Native / NativeScript - for building native mobile apps with web technologies (deeper native bindings, without the use of WebView). - Source: dev.to / almost 2 years ago
You should not mistake PWAs with desktop or native applications built with Electron.js or Nativescript though - they do only run on the browser's context and have no access to device specific APIs. - Source: dev.to / almost 2 years ago
There are multiple ways to develop applications for the android; you can go down the path of hybrid application development where flutter, react-native, or NativeScript are the most common contenders. Flutter uses Dart, whereas React Native and Native Script rely on JavaScript. Answering the question of hybrid vs native is out of the scope of this roadmap. This roadmap is focused on the native Android apps... - Source: dev.to / almost 2 years ago
Do you know an article comparing NativeScript to other products?
Suggest a link to a post with product alternatives.