Which is best? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Which is best?

So I want to study a new JavaScript framework... Which is better for me to start with as a beginner between... React Angular JS Node JS(pardon for putting Node I always thought it's a framework) etc...

18th Apr 2021, 2:46 PM
Njoroge Kenneth Michuki
Njoroge Kenneth Michuki - avatar
11 Answers
+ 5
React => JavaScript library for UI component. Angular JS => JavaScript-based front-end framework. NodeJS => back-end JavaScript runtime environment that runs on the V8 engine. I suggest you start with react first.
18th Apr 2021, 3:29 PM
Apongpoh Gilbert
Apongpoh Gilbert - avatar
+ 4
KenStarry AngularJS is a structural framework for developing dynamic web apps, whereas React is a javascript library that allows you to build UI components. Angular JS is based on MVC (Model View Controller) whereas React is based on Virtual DOM. Angular is based on Typescript and React is based on Javascript. Source: https://www.guru99.com/react-vs-angular-key-difference.html#:~:text=KEY%20DIFFERENCE,React%20is%20based%20on%20Javascript.
18th Apr 2021, 3:29 PM
Matias
Matias - avatar
+ 3
Nah W3School? Here is my prefer resource for javascript https://developer.mozilla.org/en-US/docs/Web/JavaScript
18th Apr 2021, 3:35 PM
Apongpoh Gilbert
Apongpoh Gilbert - avatar
+ 3
Apongpoh Gilbert Thank you... It makes more sense now
18th Apr 2021, 3:35 PM
Njoroge Kenneth Michuki
Njoroge Kenneth Michuki - avatar
+ 3
Matiyas Thank you so much
18th Apr 2021, 3:35 PM
Njoroge Kenneth Michuki
Njoroge Kenneth Michuki - avatar
+ 3
Hi! if you are targeting the frontend, learn jQuery, Bootstrap, Flexbox. React or Angular. they are older and more famous. there are more Vue.js. a newer framework that is gaining popularity. and which of the frameworks to teach is up to you. which one you like best. if you are aiming for a specific job in a company, look at the job offer of this company and find out what kind of framework they use in their activities. if you are going to be a freelancer, then trust your preferences, which suits you the most
18th Apr 2021, 3:41 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
Martin Taylor Thanks I will check out the links
18th Apr 2021, 3:37 PM
Njoroge Kenneth Michuki
Njoroge Kenneth Michuki - avatar
+ 2
Ok also used it as a preference
18th Apr 2021, 3:39 PM
Apongpoh Gilbert
Apongpoh Gilbert - avatar
+ 1
Ok so which should I start learning?
18th Apr 2021, 3:05 PM
Njoroge Kenneth Michuki
Njoroge Kenneth Michuki - avatar
+ 1
Martin Taylor I have done JavaScript at W3Schools so I still wanna redo it at Sololearn and in the process I would also like to start learning a framework
18th Apr 2021, 3:13 PM
Njoroge Kenneth Michuki
Njoroge Kenneth Michuki - avatar
+ 1
Learn Reactjs or Vue(You will learn node in the procesa) then jump into Angularjs
19th Apr 2021, 9:29 AM
Aureo
Aureo - avatar