What are the misunderstandings of web front-end learning?
Web learning is divided into web front-end and web back-end, so what are the misunderstandings about how to learn web front-end?
1. Just watch the tutorial, not practice
This can be said to be a taboo in learning, and it is also a matter that must be paid attention to! There are many, many tutorials on the Internet, in various languages, various knowledge points, and various aspects, such as javascript, html5, css3, etc., you can just search a lot. After all, one of the biggest advantages of the Internet is resource sharing! But a lot of people just watch the tutorials and don’t do it. No matter how good the blog tutorials and video tutorials are, if you don’t do it yourself, write code, this way of learning, the memory is not deep at all, it is easy to forget, and in the end, you may not learn anything! And some tutorials, if you don’t follow the hands-on practice, may be confused.
Personal suggestion: Pick the web front-end tutorial that you think is suitable for you, and you must also practice and write code. Even if it’s not coding while watching tutorials! After watching the tutorial, be sure to do it yourself! In the process, you may encounter some problems, but in this way, you will learn more and your memory will be stronger!
2. Only learn web front-end frameworks or libraries
Many people will say when chatting: With jquery, why should you learn js? With vue, why should you learn js? Faced with such a question, I didn’t answer at that time. I thought to myself: jquery or vue is implemented in js, not js, learning jquery or vue is difficult at first, and learning jquery or vue will not be very deep. Moreover, in case sometimes, the project does not allow jquery or vue, it will basically not write code. At this time, if you learn other frameworks or libraries, it is basically equivalent to learning a language again.
Personal suggestion: first lay a solid foundation (html+css+js), and then learn other frameworks or libraries. Although in the case of js, I dare not say that learning js framework or library is to check documents and APIs. But at least learning js frameworks or libraries can be less difficult!
3. Just focus on writing web front-end code
I only care about writing code, but I don’t know: coupling, instantiation, inheritance and other professional terms, communicating with others, endless circles! Have no idea what other people are talking about! The technology update speed of the Internet is very fast, and a framework, a library, and a tool are released every three to five. Although not every newer technology needs to be learned. But if you only focus on writing code, you don’t understand new technologies. It’s easy to stop yourself and lose your competitiveness.
Personal suggestion: When writing code, make sure that you understand the code and whether you have an understanding of the code. And pay more attention to the news to see if there are any technical updates! If you think the updated technology is very practical, or if you are interested, you can learn more about it! After all, the Internet is a field that is old and learned, and the technology is updated very quickly. If you can’t keep up with the popular trend, you may be eliminated!
Learning about the front-end of the web requires us to be down-to-earth and systematically study in order to master the real front-end web technology!
Quickpon 極客幫-即刻解決各種程式設計問題