(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…
In the process of learning functional programming languages, there are three important features: Although JavaScript has the characteristics of a functional language, unfortunately, it still…
Friends know that when we create a Spring Boot project, there will be a parent by default. This parent helps us determine various common contents…
We know that after Reactits release Hooks, it brought a wave of Hooksenthusiasm in the industry. Many frameworks (such as Vue Composition API, Solid.js) have borrowed Hookspatterns from . However, even…
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…
As we all know, CSSonly multi-line comments are supported, that is, /**/comments /* This is a CSS comment*/ div { color : red; } Students who are…
introduce The basic models of our general ORM are all intended to be separated from the database. Almost all models are established at the programming…
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…
What is MessageChannel MessageChannel allows two different scripts running in different browser contexts of the same document (such as two iframes, the document body and…
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…









