+ 4
How can I develop an IOS app using JavaScript?
I’ve been working on a web project that I think would be better used as an app, but I don’t want to learn a new language right now. Does anyone know how I can get started with making IOS apps in JavaScript?
4 Respostas
+ 8
You need at pick up a suitable JavaScript framework.
React Native : https://facebook.github.io/react-native/
Ionic : https://ionicframework.com
Or, you know, just make a WebView app.
https://www.sololearn.com/learn/1439/?ref=app
+ 4
React native with redux would be your best choice, or angular with vue.
+ 3
Thanks for the great answers! 😃