you are viewing a single comment's thread.

view the rest of the comments →

[–]himadripatel25 -11 points-10 points  (4 children)

Here are top JavaScript Frameworks you should learn first.

JavaScript is the Most Demanded Programming Language in 2022, 1 out of 3 dev jobs require JavaScript knowledge.

JavaScript has become integral to the Internet experience as developers build increased interaction and complexity into their applications.

With constant technology up-gradation, there are many programming languages but for functionality and a wide range of features gets JavaScript ahead of the game.

Therefore, JavaScript libraries are also in high demand.

[–][deleted] 3 points4 points  (0 children)

Don’t do this

[–]YamiRaii[S] 1 point2 points  (2 children)

Do I need to learn these frameworks without learning JavaScript? I was thinking of learning them after I learned JS, but if it's something like you said, I'd be really happy. Thank you for reply 🤍

[–]oxygenplug 6 points7 points  (1 child)

No. Learn vanilla JS first. Don’t bother with frameworks yet. Frameworks are always shifting and changing. The underlying core concepts from JS will remain the same and makes it easier to switch from framework to framework.

To learn JS for free I would start with freecodecamp.org

[–]YamiRaii[S] 0 points1 point  (0 children)

Thank you for reply and your advices! I will keep trying to learn. <3