+ 5
Which javascript framework should I start with?
8 odpowiedzi
+ 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
+ 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.
+ 1
Yes. I can recommend learning ES6 after, it's great! Loads of cool features and new syntax is way better.
+ 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 :)
+ 1
Wow, dat sounds cool pal. Thank you
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
0
vanilla js is nthng but plain js ryt?
0
yeah I just had a glance that there's a new keyword to declare variables I. e, let