Which javascript framework should I start with? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Which javascript framework should I start with?

21st Jun 2018, 12:37 PM
Bread_winner
Bread_winner - avatar
8 Answers
+ 3
How is your vanilla JS? Do you know any of ES6 features? MVC? If you are a beginner don't use a framework - you will get lost without a clue how things work under the hood. Focus on learning JS properly first. Most popular frameworks Angular, React, Vue
21st Jun 2018, 1:02 PM
damyco
damyco - avatar
+ 1
I see you are confusing frameworks with libraries. Feel free to use any library you want then. You dont really need jQuery as u can easily manipulate DOM with vanilla JS.
21st Jun 2018, 3:28 PM
damyco
damyco - avatar
+ 1
Yes. I can recommend learning ES6 after, it's great! Loads of cool features and new syntax is way better.
21st Jun 2018, 3:30 PM
damyco
damyco - avatar
+ 1
I can give you a tip, always use const. Use let only when you will be reassigning the value. You will love ES6, arrow functions, tenary operator etc... Use with with babel and it will work on every browser :)
21st Jun 2018, 3:45 PM
damyco
damyco - avatar
+ 1
Wow, dat sounds cool pal. Thank you
21st Jun 2018, 4:38 PM
Bread_winner
Bread_winner - avatar
0
am about to complete js homie so I thought of getting started with jquery but wanted to know which is most important to learn
21st Jun 2018, 3:24 PM
Bread_winner
Bread_winner - avatar
0
vanilla js is nthng but plain js ryt?
21st Jun 2018, 3:29 PM
Bread_winner
Bread_winner - avatar
0
yeah I just had a glance that there's a new keyword to declare variables I. e, let
21st Jun 2018, 3:32 PM
Bread_winner
Bread_winner - avatar