+ 1
After java script basics ,what should I learn to be frontend developer
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
+ 2
Frontend Webdeveloper roadmap
https://www.w3schools.com/whatis/default.asp
+ 2
Don't forget to learn html, css and sass/scss.
+ 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.