Home Web Front-end JS Tutorial What knowledge do front-end engineers need to master?

What knowledge do front-end engineers need to master?

Jul 31, 2020 am 10:42 AM
css html javascript js

What knowledge do front-end engineers need to master?

What knowledge do front-end engineers need to master?

1. Be proficient in using HTML, CSS, and Javascript. The main job is to build static pages;

2. Learn Bootstrap, jQuery, and AJAX technology;

3. Learn advanced frameworks Angular, Vue, React, etc.

Front-end Web Framework

After becoming familiar with HTML, server-side scripting language, CSS and JavaScript, learning Web frameworks can speed up the Web Speed ​​up development and save time. Optional frameworks for PHP programmers include CakePHP, CodeIgniter, Zend, etc. Python programmers like to use Django and webpy, and Ruby programmers often use RoR.

As the Web becomes more standardized and standardized, Web component technology continues to innovate, and mobile terminal development continues to sublimate. The following are some common open source front-end frameworks:

Bootstrap

One of the mainstream frameworks, Bootstrap is based on HTML, CSS, and JavaScript. It is simple and flexible, making Web development faster.

html5-boilerplate

This framework can quickly build a robust and adaptable web app or website.

Meteor

Meteor is a new generation of open source framework for developing real-time web applications, which can complete development in a shorter time.

Semantic UI

UI component framework based on the effective principles of natural language

Foundation

Excellent responsive front-end framework

Materialize

A modern responsive front-end framework based on material design. Default styles and custom components can be provided. Additionally, Materialize improves animations and transitions to provide developers with a smooth experience.

Pure

A set of small and responsive CSS modules that can be used in almost every web project.

Vue

Vue.js is a library for building interactive web interfaces. It provides MVVM data binding and a composable component system with a simple, flexible API.

Skeleton

Skeleton is a collection of small JS and CSS files that can quickly develop beautiful websites suitable for various screen devices including mobile phones. Skeleton is developed based on 960 grid. It is a UI framework.

Amaze UI

The first domestic open source HTML5 cross-screen front-end framework product series, with better Chinese typesetting support and rich localized components. This product series includes Amaze UI Touch, an HTML5 hybrid application development framework specifically for mobile terminals, and Amaze UI Web, which is designed for cross-screen HTML5 web page development. Among them, Amaze UI Touch can help developers quickly build exclusive mobile HTML5 applications that are comparable to native APPs through rich components.

UIkit

A lightweight and modular front-end framework for rapid development and powerful web interfaces.

Yui

Yahoo! UI Library (YUI) is an open source JavaScript function library. In order to create a highly interactive web page, it uses AJAX, DHTML and DOM and other codes technology. It also contains many CSS resources. Licensed for use is the BSD license.

kissy

A cross-terminal, modular, high-performance, easy-to-use JavaScript framework.

MUI

The front-end framework that is closest to the native App experience.

Arale

An open, simple and easy-to-use front-end basic class library.

JX

JX is a modular, non-intrusive Web front-end framework, especially suitable for building and organizing large-scale, industrial-grade Web Apps.

GMU

GMU is a mobile UI component library based on zepto, providing simple and easy-to-use UI components for webapp and pad! Web App.

ZUI

Open source HTML5 front-end framework

Clouda Touch.js

Touch.js is a gesture recognition and event library on mobile devices, also on Baidu Developed for extensive use internally.

Recommended tutorials: "PHP" "JS Tutorial"

The above is the detailed content of What knowledge do front-end engineers need to master?. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

The Roles of HTML, CSS, and JavaScript: Core Responsibilities The Roles of HTML, CSS, and JavaScript: Core Responsibilities Apr 08, 2025 pm 07:05 PM

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

How to use bootstrap in vue How to use bootstrap in vue Apr 07, 2025 pm 11:33 PM

Using Bootstrap in Vue.js is divided into five steps: Install Bootstrap. Import Bootstrap in main.js. Use the Bootstrap component directly in the template. Optional: Custom style. Optional: Use plug-ins.

How to write split lines on bootstrap How to write split lines on bootstrap Apr 07, 2025 pm 03:12 PM

There are two ways to create a Bootstrap split line: using the tag, which creates a horizontal split line. Use the CSS border property to create custom style split lines.

How to resize bootstrap How to resize bootstrap Apr 07, 2025 pm 03:18 PM

To adjust the size of elements in Bootstrap, you can use the dimension class, which includes: adjusting width: .col-, .w-, .mw-adjust height: .h-, .min-h-, .max-h-

Understanding HTML, CSS, and JavaScript: A Beginner's Guide Understanding HTML, CSS, and JavaScript: A Beginner's Guide Apr 12, 2025 am 12:02 AM

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

How to set up the framework for bootstrap How to set up the framework for bootstrap Apr 07, 2025 pm 03:27 PM

To set up the Bootstrap framework, you need to follow these steps: 1. Reference the Bootstrap file via CDN; 2. Download and host the file on your own server; 3. Include the Bootstrap file in HTML; 4. Compile Sass/Less as needed; 5. Import a custom file (optional). Once setup is complete, you can use Bootstrap's grid systems, components, and styles to create responsive websites and applications.

How to insert pictures on bootstrap How to insert pictures on bootstrap Apr 07, 2025 pm 03:30 PM

There are several ways to insert images in Bootstrap: insert images directly, using the HTML img tag. With the Bootstrap image component, you can provide responsive images and more styles. Set the image size, use the img-fluid class to make the image adaptable. Set the border, using the img-bordered class. Set the rounded corners and use the img-rounded class. Set the shadow, use the shadow class. Resize and position the image, using CSS style. Using the background image, use the background-image CSS property.

How to use bootstrap button How to use bootstrap button Apr 07, 2025 pm 03:09 PM

How to use the Bootstrap button? Introduce Bootstrap CSS to create button elements and add Bootstrap button class to add button text

See all articles