How can I develop an IOS app using JavaScript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

23rd Feb 2019, 12:37 AM
Jared 😉
Jared 😉 - avatar
4 Answers
+ 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
23rd Feb 2019, 12:57 AM
Hatsy Rei
Hatsy Rei - avatar
+ 4
React native with redux would be your best choice, or angular with vue.
23rd Feb 2019, 2:34 AM
Markpeach96
Markpeach96 - avatar
+ 3
Thanks for the great answers! 😃
23rd Feb 2019, 2:17 PM
Jared 😉
Jared 😉 - avatar