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

Which frame work is best for JavaScript

Please list the best with reasons

7th Sep 2018, 4:57 AM
Chris Achinga
Chris Achinga - avatar
5 Answers
+ 13
It depends on the project requirements.
7th Sep 2018, 7:24 AM
Igor Makarsky
Igor Makarsky - avatar
+ 14
Guess what... there's no general answer. :(
7th Sep 2018, 6:09 AM
Maz
Maz - avatar
+ 7
Nodejs is not a framework but a runtime environment for javascript for your system, (i.e. a tool to run javascript without browser). Now which js framework to pick, ? I am assuming you mean client side design frameworks like angular, react, vue, ember. Its a good question and one must know how to break down requirements to pick the best framework This guy has an Awesome channel that any front end developer will adore and he breaks down the analysis very smoothly based on 5 factors 1. popularity 2. job market 3. learning curve 4. documentation 5. future scope check it out https://www.youtube.com/watch?v=Q6S7m4jQO7c&t=3s
7th Sep 2018, 9:39 AM
Morpheus
Morpheus - avatar
+ 6
In term of performances, there is no best performance JavaScript framework. Nothing can beat Vanilla/pure JavaScript. This is why after I have learnt from knockout, ember, angular, react, and lastly vue. I still write the codes in JavaScript without any framework.
7th Sep 2018, 9:56 AM
Calviղ
Calviղ - avatar
0
I get it now, thanks
7th Sep 2018, 8:38 AM
Chris Achinga
Chris Achinga - avatar