After java script basics ,what should I learn to be frontend developer | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

After java script basics ,what should I learn to be frontend developer

1st Apr 2021, 8:36 PM
Mo Gohary
Mo Gohary - avatar
4 Answers
+ 4
After basics you have to go for OOP in js and Asynchronous Programming, DOM manipulation If you wonder with Frameworks React, Vue, Angular
1st Apr 2021, 8:49 PM
Shahghasi Adil
Shahghasi Adil - avatar
+ 2
Frontend Webdeveloper roadmap https://www.w3schools.com/whatis/default.asp
1st Apr 2021, 10:53 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
Don't forget to learn html, css and sass/scss.
2nd Apr 2021, 8:28 AM
Calviղ
Calviղ - avatar
+ 1
Aside from advanced JavaScript, you should learn HTML & CSS if you don't already know. Assuming you're talking about web development, you learning should include: * At least the basics of how the internet works. * Version control * A package manager (e.g. NPM) * A module bundler (e.g. Webpack) * A framework/library such as React, testing (e.g. using Jest), major tech commonly used with that framework/library (e.g. Redux). It's also a good idea to have at least a little bit of knowledge of how the backend & other areas work, such as API design, HTTP responses, deployment & hosting.
1st Apr 2021, 8:57 PM
CamelBeatsSnake
CamelBeatsSnake - avatar