618 views|2 replies

36

Posts

0

Resources
The OP
 

What do you need to learn for web front-end development? [Copy link]

 

Phase 1: Front-end web page basics

html5+css→ page layout practice

HTML is the skeleton of a web page. Whether it is a static web page or a dynamic web page, what is ultimately returned to the browser is HTML code. The browser interprets and renders the HTML code and presents it to the user.

Learning HTML is a process of memorization and understanding. In the learning process, you can use Dreamweaver's "split" view to assist learning. See the effect in the "design" view, and learn the essence in the "code" view. This method of comparative learning makes up for the tediousness of simply memorizing HTML tags and attributes.

CSS, also known as Cascading Style Sheets, is a style design language that can truly separate web page presentation from content. Compared with traditional HTML presentation, its styles are reusable, which greatly improves our development speed and reduces maintenance costs.

Phase 2: Front-end entry-level development skills

javascript (basic + advanced) → node.js → PC full stack development practice

JavaScript is a scripting language widely used on the client side. JavaScript provides us with some built-in functions, objects, and DOM operations. With the help of these contents, we can implement some client-side special effects, verification, interaction, etc.

Getting started with JS is very simple, and it does not require a lot of things. Just use the ID or name of the DOM or the style or value, and then use an ID or name meta tag, or additional data in HTML, which is related to the operation of the data. Then the impact of the data logic is nothing more than a jump, a pop-up box, hiding something, all of which are combined with other applications

Phase 3: Front-end advanced framework technology

vue2+vue3→vue practical project→React→React practical project

Vue.js is committed to building a data-driven web application development framework. It is deeply loved by enterprises and front-end developers for its simplicity, lightweight, data-driven, and module-friendly advantages, and has become an essential skill for front-end developers.

React has become the mainstream front-end development framework for major companies. There are no strict requirements on the order of learning the frameworks. Vue is relatively simpler than React. The salary of developers who know React will be higher than that of developers who know Vue. It is in line with the development and programming habits of domestic people. Learning Vue first may be a good choice.

This post is from MSPM0 MCU

Latest reply

To get familiar with JavaScript, you can install the node.js runtime environment and then install an editor VS Code   Details Published on 2023-9-29 16:44
 
 

4817

Posts

4

Resources
2
 

It feels difficult to learn.

HTML, CSS, JavaScript, responsive design, browser development tools, front-end frameworks and libraries, version control systems, network basics

This post is from MSPM0 MCU
 
 
 

8

Posts

0

Resources
3
 

To get familiar with JavaScript, you can install the node.js runtime environment and then install an editor VS Code

This post is from MSPM0 MCU
 
 
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list