This article introduces the pre-rendering scheme provided by Next. Js in detail, analyzes the advantages and disadvantages of various pre-rendering schemes in simple terms, and...
From single-SPA to Qiankun, a variety of micro front-end architecture solutions are emerging. That night, while scrolling through Github, I noticed a new micro front-end...
Learn how to encapsulate your components step by step by implementing an online JSON editor (not limited to React,vue, similar principles). Before introducing the idea...
A complete JavaScript implementation consists of the following parts: The core (ECMAScript), the document Object Model (DOM), the Browser Object Model (BOM
I believe you have encountered the "large file upload" scene when actually doing business. In this scenario, we can't just throw large files directly to...
Currently, the single page application development model based on VUE, React, and Angular has become the mainstream of the industry. Benefiting from their rich ecology,...
Next, I'll cover the basic architecture and design ideas of the project, and use shell scripts to implement an integrated solution for automated installation technologies....
Multilanguage (I18N) support is a necessary step toward internationalization for enterprise projects and a best practice for front-end engineers. However, there are many multi-language frameworks,...
Hello, I'm the author of DooringX-Lib. Today we just open sourced dooringX's visual drag-and-drop framework DooringX-Lib. Compared to other open source projects, DooringX-Lib provides basic
Docker is a development platform for developing, delivering and running applications. It separates the application from the infrastructure, ensuring that the environment for development, testing,...
Virtual DOM is a concept that everyone is familiar with. From React to Vue, Virtual DOM brings cross-platform capabilities to both frameworks (React-Native and Weex)....
MicroApp is a micro front end framework based on WebComponent-like rendering. Different from popular open source frameworks, it implements micro front end from component-based thinking,...
Flutter is a cross-platform framework that has traditionally taken the audio, video, and web modules down to the C++ or ARM layer and encapsulated them...
Common swing problem: https://zhuanlan.zhihu.com/p/187377658, view first, I to talk about common project, point of view, these parts can be checked by comparison with some articles...
In June 2019, the micro front-end framework Qiankun officially released version 1.0. In less than a year, we gained 4K + Star, received greetings from...
It is only 3 years since Vue was released. Thanks to its lightweight framework, developer-friendly development documents, two-way data binding and rich plug-in ecology, Vue...
In our last article, React Source Parsing (part 1): Component Implementation and Mounting, we explained how to implement and mount the React component. Now let's...
In the first two articles, we analyzed the React component's implementation, mounting, and lifecycle flow. While reading the source code, we often see code such...
When we can skillfully use React for front-end development, we will inevitably have a strong interest in the internal mechanism of React. What is the...
With the development and iteration of the business, the document reading experience on the wireless side needs to be improved. In the process of transferring...
Let's start with two ideas. Conway's Law is almost the theoretical basis for the micro front end (specifically, the microservice architecture). It points out that...
In the previous three articles, we explained the react component's composition and lifecycle, and the mechanism of setState. This time let's talk about React. We...