+ 1
Which frame work is best for JavaScript
Please list the best with reasons
5 Answers
+ 13
It depends on the project requirements.
+ 14
Guess what... there's no general answer.
:(
+ 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
+ 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.
0
I get it now, thanks