This series of articles is my summary and harvest when learning webpack. This article is the third in a series of articles, including browser compatibility […]
JavaScript
Why doesn’t CSS support double slash (//) comments?
As we all know, CSSonly multi-line comments are supported, that is, /**/comments /* This is a CSS comment*/ div { color : red; } Students who are […]
How to use singleton pattern in JavaScript
If you want your code to be more elegant, maintainable, and concise, you often cannot do without the solution of design patterns . In the JS […]
Spring Boot starts annotation analysis
Although we use Spring Boot a lot in daily development, and it is considered a standard in the current Java development field, but friends, think […]
Things related to dependency injection and component definition in Vue 3
Let’s talk Vue 3about dependency injection and component definition. main content In this sharing, we mainly cover the following contents: provide() & inject() provide() Provides a […]
Take you step by step to understand how the virtual DOM works
Overview Both React and Vue have the concept of virtual DOM. How should we understand and grasp the essence of virtual DOM? I recommend everyone […]
From native JavaScript to React
Understanding React from the ground up By Stéphane Bégaudeau on October 1, 2018 React is a JavaScript framework for building user interfaces. It can be […]
An in-depth explanation of Vite: Vite packaging and splitting
1. Background In a production environment, in order to improve page loading performance, build tools generally bundle the project code together, so that only a […]
Understand the principle of CSS Module scope isolation
The background where CSS Module appears We know that with the development of Javascript, many modular specifications have appeared, such as AMD, CMD, Common JS, […]
A troubleshooting process for pure online interface exceptions
background An exception occurs in the online interface, and the abnormal problem cannot be reproduced in both the test environment and the local environment. technology […]