Phone Applicatrion

ip Guru

Registered Member
Joined
Apr 21, 2018
Messages
67
Reaction score
9
I have started JavaScript recently and boy i tell you i am enjoying every bit of it so far. I will like to take it further after the basics to writing phone apps and be a full time JS developer.Which path is the best after the basics in JS....?
 
start working on framework like java angular and react
 
I have started JavaScript recently and boy i tell you i am enjoying every bit of it so far. I will like to take it further after the basics to writing phone apps and be a full time JS developer.Which path is the best after the basics in JS....?
I'd say, do not limit yourself to the phone apps only. These days, JS can even run on pretty much everywhere.
If you learn React, you could then do..

1. Mobile development using Expo/react native.
2. Web development using React/Next.js


With that, you could use Electron framework for desktop apps as well.

The possibilities are endless! Just don't limit yourself.
 
If you want to make apps React Native is a good choice as you already know JS
 
Back
Top