What do web front-end development learn? How long does it take to study by myself?

I have seen a lot of posts on the Internet, what do I need to learn from the web front end? How long does it take to study by myself? What techniques should I learn? What are the requirements...
There are also many friends who teach themselves on the Internet, some participate in online teaching, or go to some training schools to participate in the training of the web front-end, and they all care about a "web front-end needs to learn"?
In fact, the web front-end has only become popular in the past ten years, but major companies, including Baidu, JD, Taobao, Alibaba, Tmall, etc., have set up dedicated web front-ends. It can be seen that the Web is now a comparison. Fiery industry.
What do you need to learn to enter this industry? Today I will tell you something.
Insert picture description here

What do you need to learn about the web front end? How long does it take to study by myself?
"What the web front end needs to learn" will require a learning environment, and then learn some basic skills, and finally make a little achievement. It is such a process, which is roughly divided into the following steps:

What knowledge needs to be learned for the web front-end point 1: Environment construction If you
want to do well, you must first sharpen your tools. Writing a website requires the most basic website development environment.
The front-end environment is very easy to build, just a development tool, webstorm, hbuilder, vscode, sublime. Beginners recommend sublime not to install plug-ins, there is no grammar hint, you can lay the foundation
Insert picture description here

What knowledge points need to be learned for the web front end 2: The basics of html will
take you to know html, let you learn to run html, when you open your page on the browser, you will have a strong sense of accomplishment, and then start to learn the basics of html label

What knowledge points need to be learned for the web front end 3: The basic css
HTML is to outline the content structure of the entire website page, css is coloring, which helps the page to be richer and more beautiful. After learning the basic css, you will have the urge to write a page. At that time, you don’t have to suppress that feeling, just start writing as you want. This is your first project.

What knowledge points need to be learned for web front-end four: js basic
js is the logic of the page, as a web front-end engineer, js is a very core part and a difficult part.
After learning js, it will take longer, and the time for self-study will be longer. After all, it involves a lot of logical operations, and also includes operations such as addition, subtraction, multiplication and division in mathematics, which will be more troublesome overall.
When learning js, if you don’t understand, you can use Baidu. You can also find some people after learning, and ask for more advice. After all, more communication and more forums can solve your problems faster.
Insert picture description here

What do you need to learn about the web front end? How long does it take to study by myself? -HTML, CSS, js
web front-end need to learn what knowledge point five: pure js operation dom and jquery
this stage of content is "what need to learn web front-end" only want to learn website development, it is more difficult, there are a lot of js content , Is more logical and other relations.
At this stage, you need to know how to use js to change the elements of the page and how to write dom events. After some practice, introduce jquery. Don't put the cart before the horse. After learning jquery, a student said that he swears that he won't use native js to operate dom in the future!
I would like to remind everyone that there are many online courses on the Internet. You can find content through various channels. You can also try to write code by yourself. Most of the content of "What needs to be learned on the web front-end" is to try, and you need to write it yourself. .
Come on! Hit the workers!

I am an old web front-end programmer who has been engaged in development for many years. Some time ago, I spent a month sorting out a web front-end learning dry product that is most suitable for learning. Various frameworks are organized and sent to every front-end small Partners, if you want to get it, you can add the following QQ group to get it for free.
Insert picture description here

Guess you like

Origin blog.csdn.net/ZYDX18984003806/article/details/112614051