The AST, or abstract syntax tree, is a tree-like abstract representation of the syntax structure of the source code. Each node corresponds to a code...
React,Vue and other frameworks make use of the virtual DOM for diff algorithm optimization in the DOM tree search, which can be seen as pre-planning...
The previous article introduced the basic usage of Web Components, and today we'll take a look at Google's re-sealed framework lit-HTML based on this native...
The micro front-end architecture is designed to solve the problem of unmaintainable application in a relatively long time span, when a single application evolves from...
All performance optimization is done at two major levels and two small levels, the core level is the network level and rendering level, the secondary...
360 panoramic browsing is a cost-effective virtual reality solution, giving a brand new browsing experience, so that you can feel the on-site environment without leaving...
Unconsciously, Ali has been working for one year. During this year, I have mainly been exposed to Low Code, small programs, mobile TERMINAL H5, monitoring...
The Bootstrap gap is the gap between column contents created by horizontal padding. It's implemented by horizontal padding. We set the padding on the right...
The distributed service framework is deployed on multiple different machines, as shown in the figure below: This presents the problem of how A service caller...
Scaffolding construction as the company's infrastructure work, has a very important role. Everyday scaffolding like vue-CLI, Angular-CLI, etc., is built quickly with simple initialization commands....
There are a lot of similarities between each small program, such as similar development environment, similar runtime rendering content. Wepy, mpVue, Remax, and Taro are...
The Electron challenge is an open source framework developed by GitHub, which can be used to develop desktop applications. The development of Node + Chromium...