I made a Chrome plug-in before , which can generate different icons according to different addresses. This can easily distinguish different development environments. The effect is as […]
JavaScript
Front-end code specifications – code comments
This article is a series of articles on front-end code specifications, which will cover all aspects of the front-end field. Other complete articles can be […]
How to write unit tests and E2E tests for Nestjs
Preface Recently I was writing unit testing (Unit Testing) and e2e testing (End-to-End Testing, referred to as e2e testing) for a nestjs project. This is […]
Cloud Objects – Redefining front-end and back-end interaction
background Since 2000, xmlit has become popular as a data exchange format, with server splicing xmlinterfaces, client js obtaining xmlcontent, and dynamically modifying pages. A few years later, […]
React-Create a global Tooltip text prompt component
Preface When I used antd’s tooltip component in a recent project, I found that it is a bit unstable. It often floats to the upper […]
Nest.js Quick Start API Project
I recently worked on a new project. This customer manages a huge cluster of tasks and teams, and the systems applicable to different processes are […]
Will native JS also support type annotations in the future?
In other words, if the proposal passes, many .ts files will be able to run directly in the browser after the suffix is changed to .js . A tc39 proposal usually […]
Complex data transformations with normalizr
The author once developed a small program for data sharing, and the sharing logic is similar to Baidu network disk. The current data can be […]
Handwriting a mini version of React state management tool
Handwriting a mini version of React state management tool Currently, there are many various state management tools in React, such as: Each state management tool […]
Helux 2 is released to help you deeply understand the double calling mechanism of side effects in react18
React 18 adds a heuristic concurrent rendering mechanism. The side effect function may be called multiple times due to component re-rendering. In order to help […]