which topics of javascript should be clear before moving to framework ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

which topics of javascript should be clear before moving to framework ?

I want to learn javascript frameworks but i m not sure that i learn enough javascript to move to its frameworks please will you guys provide topics that should be clear before moving on a framework so that i could understand them better. And which framework should i start learning first and please give reason for it . Thanks.....

27th Nov 2020, 4:00 AM
Dishank Biyani
Dishank Biyani - avatar
6 Answers
+ 4
Es6 in general. Working with arrays and objects, like array functions, mutations, obejct deconstruction, spread operator to name some. You're also gonna be using the terminal to install these framework if you want to get the most out of them. It's not that big of a deal, it just takes some getting used to. I highly recommend vuejs to start with a it is beginner friendly and is the most popular project on GitHub.
27th Nov 2020, 5:52 AM
CHMD
CHMD - avatar
+ 9
Hmm Tibor Santa thanks for the help ๐Ÿ˜†๐Ÿ˜Š
27th Nov 2020, 5:13 AM
Aakaanksha ๐Ÿ’• [TheBraveCoders]
Aakaanksha ๐Ÿ’• [TheBraveCoders] - avatar
+ 4
Closures React
27th Nov 2020, 4:40 AM
Gordon
Gordon - avatar
+ 2
Aakaanksha ๐Ÿ’• [TheBloodCoders] abou closures you can check this thread, and the explanation and example of David Carroll there. https://www.sololearn.com/Discuss/669904/?ref=app Maybe you can find some other examples too, if you search the forum / playground.
27th Nov 2020, 5:06 AM
Tibor Santa
Tibor Santa - avatar
+ 1
Learn es6 before going to front-end frameworks. Learn reactjs. Because reactjs is easiest one. Try building Todo App with angular, vuejs and reactjs. And choose which feets for you๐Ÿ˜Š.
27th Nov 2020, 10:03 AM
๐Ÿ‡ฎ๐Ÿ‡ณVivek๐Ÿ‡ฎ๐Ÿ‡ณ
๐Ÿ‡ฎ๐Ÿ‡ณVivek๐Ÿ‡ฎ๐Ÿ‡ณ - avatar
0
Aakaanksha ๐Ÿ’• [TheBloodCoders] Before move the framework of js , u should know manipulation with ES6 features like , spread, Rest Destructure , arrow function ...after the Oops concepts like encapsulation, inheritance ...etc
18th Jan 2021, 12:36 PM
AMAN VERMA
AMAN VERMA - avatar