parro-it / amaj

🐱 Ask me about JavaScript 🐱
51 stars 1 forks source link

A JavaScript Newbie That Wants to Write Hybrid Apps #3

Open decal opened 6 years ago

decal commented 6 years ago

Hi,

I'm pretty much a JavaScript newbie.. The only JavaScript I write is to prove the existence of XSS when there's bad server-side input validation, so alert(document.cookie); is about as complicated as its gets. I'm learning JavaScript at . I was wondering, what do you think is the easiest way to get a simple hybrid app published in the Google Play Store? Must I use an IDE like Ionic? Do you know of any boilerplate samples or walk-through guides? Your attention is most appreciated..

Thanks in advance, Derek

luanorlandi commented 6 years ago

Hello @decal, nice to see someone getting into JavaScript 👍

So, for JavaScript in mobile I see two options:

These alternatives are the closest to what you want that I know, the links provided are good guides to start, you can use any IDE that you would like (vscode it's a good one). But beware of the learning curve, I recommend to learn a bit of the basics in modern JavaScript (ES2015 and beyond) before.