+ 11
Which js framework
Can you explain all js framwork and their usage. Which of them is usefull? I just confused i dont know which one i sholud learn. i know jquery but i think its not powerful than angular. Can you explain which and why. Thank you 😘
5 ответов
+ 7
i know a bit about react using react u can make apps for mobile as well along with web apps.
node. js is a serverside scripting framework
+ 5
Many developers says that Angular is good in big enterprise solutions, like a bank client. React is good when you create smaller sites.
+ 3
Way too much js frameworks & libraries, but usually jquery is enough if you just want to create small site. Fyi we can't compare library (jquery) & a framework (angular). Jquery is usually used to manipulate dom, while angular is used to create more advanced purpose, such as routing, data binding, templating and so on.
Imo jquery is comparable with lodash.
Angular is comparable with vuejs, react.
+ 1
It looks like you are talking only about front end frameworks like Angular, react, etc. I suggest going for breadth first; learn the things that they all have in common by doing a few tutorials for each.
Then go for depth by choosing whichever one will get you the best job in your area.
In my area, Angular is in high demand, but React seems to be higher paid.
0
First of all, you need to specify whether you want to work in the front-end or in the back-end.
Because these are two different things.
In front-end you can use React or Angular or Vue.
Each has its advantages and disadvantages, But by learning React, you can also work on mobile-App.
In back-end you can use Node js.
Which has a popular framework called express.
React is a library which means if you need something more you have to add it Separately.
React makes single page websites.
but Angular is a framework. it has everything And it has its own programming logic.
Angular is supported by Google.
React supported by Facebook.
i'm learning react. its easy because it use ES6 syntaxes.