In the documentation, the preferred way Reactto build a new application is (create-react-app).ReactCRA CRAIt was launched in 2016. At that time, there were no systematic Reactscaffolding tools for everyone […]
JavaScript
step by step how to customize plug-ins in Vue3
1. Vue plugin In Vue, we can directly define some simple functions as global methods, and then hang them on Vue to use them. For […]
Log an Online DDL operation
Log an Online DDL operation To support the user account deletion function, a field deleted needs to be added to the user table. 1. Environment […]
Do you only use front-end data to bury the SDK?
Preface I believe that many people have not taken the time to understand it because they have not been exposed to the content related to […]
Features that may change the future of front-end engineering: ESM Loader Hooks
In the recent release Node v18.6.0 an experimental feature ESM Loader Hooks API was brought. If he finally landed, it is likely to become a feature that changes the […]
6 unexpected JavaScript problems
As a front-end development engineer, JavaScript is our main development language. Its syntax is relatively simple, and the ecosystem is also very complete, and its […]
Angular project too big? Split it up reasonably!
foreword This article describes how to split projects reasonably, and will be discussed in subsequent articles on performance optimization. One of the criticisms of Angular […]
How does the Qwik.js framework pursue extreme performance
1. Prerequisite knowledge: ssr (you can understand Qwik only if you understand here) From the beginning of learning front-end development, we continue to learn various […]
JavaScript function currying
JavaScript function currying 1. Definition: Currying is a technique that transforms a function that accepts multiple parameters into a function that accepts a single parameter […]
How to optimize moment.js with webpack
(1) Cleaning moment locale file By default, when you write var moment = require(‘moment’) code and pack it with webpack , the size of the bundled file becomes heavy because webpack bundles all Moment.js all locale […]