Summary of micro front end x reconfiguration practice

preface Hello, I'm a sea monster. Recently, I changed to a new Department to do content related to intelligent platform. The first task I received was to refactor the previous front-end project. Refactoring is better than rewriting. Because the original project is ant design Vue + Vue family bucket, you need to switch to Ant Design + ant desi ...

Added by chrisprse on Wed, 05 Jan 2022 12:06:27 +0200

Performance optimization tips in 12 Vue development

Performance optimization is a problem that every developer will encounter, especially in the environment where more and more attention is paid to experience and competition is becoming more and more fierce. For our developers, it is not enough to only complete iterations and do a good job in functions. The most important thing is to do a good j ...

Added by kelas on Wed, 05 Jan 2022 11:36:54 +0200

"js study notes" BOM

1, What is BOM BOM (Browser Object Model) is the interface between JS and browser window. Some special effects related to browser size change and scroll bar scrolling need the help of BOM technology. 2, window object The window object is the window where the current JS script runs, and this window contains the DOM structure, window The ...

Added by Valord on Wed, 05 Jan 2022 11:22:58 +0200

JS--Promise -- use / tutorial / example

Original website: JS--Promise -- use / tutorial / example_ CSDN blog brief introduction explain This article introduces Promise of JavaScript with examples. It is a new feature in ES6. Purpose of Promise Used for asynchronous programmingSolve callback hell (also known as the pyramid of doom) If the asynchronous callback is performed aga ...

Added by DanAuito on Wed, 05 Jan 2022 07:56:38 +0200

[Vue] dark horse Vue quick start notes

[Vue] dark horse Vue quick start notes brief introduction Vue (pronunciation / vju) ː/, Similar to view), it is a set of progressive [JavaScript] framework for building [user interface]. Unlike other large frameworks, Vue is designed to be applied layer by layer from bottom to top. Vue's core library only focuses on view layers, which is not ...

Added by cruzbullit on Wed, 05 Jan 2022 07:47:42 +0200

Can Spring's BeanFactory and FactoryBean be confused?

ApplicationContext interface, which is derived from BeanFactory interface.ApplicationContext contains all the functions of BeanFactory. It is generally recommended to take precedence over BeanFactory.Difference between BeanFactory and FactoryBeanBeanFactory is an interface, which provides the most basic form of OC container and provides specifi ...

Added by feddie1984 on Wed, 05 Jan 2022 07:19:13 +0200

Detailed explanation of Vue source code: preparations before generating 'Vue' instances

Detailed explanation of Vue source code (I): preparations before generating Vue instances 1. Start with new Vue() vue/src/core/index.js : import Vue from './instance/index' // 1. Introduce Vue constructor import { initGlobalAPI } from './global-api/index' // 2. Introduce the dependency to initialize the global API import { isServerRendering ...

Added by delassus on Wed, 05 Jan 2022 05:52:44 +0200

Lin Sanxin drew 8 pictures, the most easy to understand analysis of Vue3 responsive core principle

prefaceHello, I'm Lin Sanxin. As you know, this rookie usually writes more basic articles. I always believe in two sentencesSpeak the most difficult knowledge in the most easy to understand wordsFoundation is the premise of advancedIn fact, Vue3 has been out for a long time and may be used by most companies. However, what is better about Vue3 t ...

Added by webzyne on Wed, 05 Jan 2022 05:48:10 +0200

50000 word TypeScript introduction series (phase III) (recommended Collection)

Geek Jiangnan: a programmer who is particularly dedicated to development technology, has unique insights and in-depth research on mobile development, has many years of experience in iOS, Android and HTML5 development, has unique insights and in-depth research on NativeApp, HybridApp and WebApp development, and is also proficient in JavaScript, ...

Added by asmith on Wed, 05 Jan 2022 05:18:25 +0200

Some details and skills

Normative: All internal files must be English images, css, style html folder, js folder, and html folder for pages other than the home page index.html is placed on the main page. Generally, the name of html file is consistent with that of css file emmet plug-in Emmet configuration and common syntax List styles should be cleared before writi ...

Added by hometoast on Wed, 05 Jan 2022 05:07:47 +0200