javascript - What knowledge should I learn if I am new to front-end technology?
阿神2017-05-17 09:56:29
0
7
677
I want to learn front-end technology, and I want to know the front-end technology used in companies now, and what knowledge I should focus on learning, so that I can sort out my own learning methods! Thanks!
Since I am a beginner, I think it is better to study html, css, and js first. The framework ultimately presents these three things. Once you learn the basics, it will be easy to learn other things.
Languages: html5, css3, javascript, typescript, some template languages
Frameworks: angularJS, angular2, react, vue, bootstrap, jquery
Standards: es5, es6
Front-end build tools: grunt, gulp and webpack
No front-end foundation: You can try html, css and javascript
Have a foundation: Choose one of three es6, webpack, angular2, vue and react
HTML (5)
css (3)
javascript
jquery bootstroop (selective understanding)
git
webpack
angular, react, Vue choose one from three
html js css This is the most basic
Since I am a beginner, I think it is better to study html, css, and js first. The framework ultimately presents these three things. Once you learn the basics, it will be easy to learn other things.
html, CSS, JS, jQuery, various frameworks.
Language: HTML, CSS, javascript
Commonly used frameworks: jquery/zepto, vue
Packaging tools: gulp/grunt, webpack
General basics: computer network (Http), data structure, algorithm, operating system, Linux common commands
Advanced learning: nodejs, nginx, redis, mysql
Recommended books: "Javascript Advanced Programming" "HTTP Authoritative Guide"
Go to Zhihu and search, there is a special article, very detailed