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 […]
Month: May 2023
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 […]
Spring Security6 has a new way of writing, a big change!
There have been some changes in the writing method of Spring Security configuration in recent versions. Many common methods have been abandoned and will be […]
2 strange ways to write React
Although Reactthe official website uses a lot of space to introduce best practices, due to JSXthe flexibility of the grammar, strange Reactwriting methods always appear. This article introduces […]
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 […]
Record a question about GBK encoding
background Distinguish between UTF-8 and GBK GBK is a standard that is compatible with GB2312 after expansion based on the national standard GB2312. It is […]
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 […]
How to elegantly personalize Jackson in Spring Boot2
Overview The original intention of writing this article is to understand how to serialize and deserialize the JSR 310 date and time system in Spring […]